/* Small overrides; Tailwind utilities come from the CDN. */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
.font-headline {
  font-family: "Manrope", sans-serif;
}

.glass-nav {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
