:root{--font-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--color-coral:#f64716;--color-cream:#FFFBF1;--color-warm-yellow:#FFF2D0;--color-dark:#1a1a1a;--color-dark-muted:rgba(26,26,26,0.55)}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;min-height:100%;margin:5vh 0 0;overflow-x:hidden;background-color:#FFFBF1;color:#1a1a1a;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500;letter-spacing:-.01em}::selection{background-color:#f64716;color:#FFFBF1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#FFFBF1}::-webkit-scrollbar-thumb{background:#f64716;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d15555}