html[data-theme='dark'],
html[data-theme='dark'] body {
  background: #1a1a1a;
  color: #f0f4f8;
}

html[data-theme='light'],
html[data-theme='light'] body {
  background: #f4f4f5;
  color: #0f1923;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
}
