@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@300;400;500&display=swap";:root{--bg: #f5f0e8;--surface: #ffffff;--navy: #1a2744;--navy-light: #2a3a5c;--copper: #c4622d;--copper-light: rgba(196, 98, 45, .1);--text: #1a2744;--text-muted: #6b7280;--green: #16a34a;--red: #dc2626;--border: #e5e0d8;--cream: #faf8f4}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;font-weight:600}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
