html {
  color-scheme: dark;
}

body {
  background-color: #09090b;
  background-image:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.08), transparent 30%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
}

a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: rgba(34, 211, 238, 0.18);
}

.page-shell {
  position: relative;
  isolation: isolate;
}
