@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap");

html, body, #app {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif !important;
}

html.dark body,
body.dark,
.dark.bg-gray-900 {
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(16, 185, 129, 0.12), transparent),
    linear-gradient(180deg, #0b1220 0%, #111827 45%, #0b1220 100%) !important;
}
