:root{--cream: #faf6f1;--ivory: #f5efe7;--white: #ffffff;--charcoal: #1a1a1a;--sage: #4a6741;--sage-light: #5a7d4f;--sage-dark: #3a5331;--gold: #c4993b;--gold-muted: #d4b068;--stone: #8a8578;--stone-light: #b5ae9f;--stone-lighter: #ddd8cf;--sand: #e8e0d4;--error: #b44a4a;--error-bg: #fdf2f2;--font-display: "Cormorant", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--space-2xl: 64px;--space-3xl: 96px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 3px rgba(26, 26, 26, .06);--shadow-md: 0 4px 16px rgba(26, 26, 26, .08);--shadow-lg: 0 8px 40px rgba(26, 26, 26, .1);--shadow-glow: 0 0 0 3px rgba(74, 103, 65, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--charcoal);background:var(--cream);line-height:1.6;min-height:100dvh}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;line-height:1.2}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--stone-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--stone)}:focus-visible{outline:2px solid var(--sage);outline-offset:2px}a,button,input,select{transition:all .2s ease}::selection{background:var(--sage);color:var(--white)}
