@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&display=swap";:root{--color-paper: oklch(98.5% .012 90);--color-surface: oklch(97.5% .006 250);--color-surface-2: oklch(95% .008 250);--color-ink: oklch(22% .03 260);--color-ink-soft: oklch(46% .025 255);--color-line: oklch(22% .03 260 / 10%);--color-line-strong: oklch(22% .03 260 / 18%);--color-accent: oklch(76% .15 75);--color-accent-deep: oklch(66% .16 58);--color-accent-soft: oklch(93% .05 80);--color-blue: oklch(72% .13 250);--color-green: oklch(72% .15 160);--color-violet: oklch(68% .16 300);--color-rose: oklch(70% .16 15);--color-danger: oklch(64% .2 25);--text-xs: clamp(.72rem, .7rem + .1vw, .78rem);--text-sm: clamp(.84rem, .8rem + .15vw, .92rem);--text-base: clamp(.95rem, .9rem + .25vw, 1.05rem);--text-lg: clamp(1.1rem, 1rem + .5vw, 1.3rem);--text-h4: clamp(1.25rem, 1.05rem + 1vw, 1.6rem);--text-h3: clamp(1.5rem, 1.15rem + 1.6vw, 2.1rem);--text-h2: clamp(1.9rem, 1.3rem + 2.6vw, 3.1rem);--text-hero: clamp(2.6rem, 1.4rem + 3.4vw, 4.4rem);--space-section: clamp(4rem, 3rem + 6vw, 9rem);--space-block: clamp(2rem, 1.5rem + 2vw, 4rem);--radius-sm: 8px;--radius: 14px;--radius-lg: 22px;--duration-fast: .15s;--duration-normal: .32s;--duration-slow: .6s;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--font-display: "Fraunces", "Georgia", serif;--font-body: "Inter", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-paper);color:var(--color-ink);-webkit-font-smoothing:antialiased}::selection{background:var(--color-accent-soft);color:var(--color-ink)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:10px;opacity:.5}.grain-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.035;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:focus-visible{outline:2px solid var(--color-accent-deep);outline-offset:2px}
