@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 20rem; margin: 0; background: radial-gradient(ellipse at 0 0, color-mix(in srgb, var(--color-paper) 76%, transparent), transparent 38rem), radial-gradient(ellipse at 100% 12%, color-mix(in srgb, var(--color-saffron) 12%, transparent), transparent 30rem), linear-gradient(135deg, var(--color-canvas), var(--color-paper)); color: var(--color-ink); font-family: var(--font-text); font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem); line-height: 1.65; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; }
button, input, select, textarea { max-width: 100%; }
input, select, textarea { border: 1px solid var(--color-line); border-radius: var(--radius-soft); background: var(--color-paper); color: var(--color-ink); }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.03em; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 5vw, 5rem); line-height: 0.95; }
h2 { font-size: clamp(2rem, 3.6vw, 3.75rem); line-height: 1; }
h3 { line-height: 1.05; }
button, [type="submit"], [type="button"] { cursor: pointer; }
:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 4px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 0.5rem; left: 0.5rem; padding: 0.65rem 0.9rem; background: var(--color-ink); color: var(--color-paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
