@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");

:root {
  color-scheme: dark;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Tailwind handles most styling; these overrides provide graceful degradations */
.no-tailwind body {
  background: #05060a;
  color: #f8fafc;
}
