@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--color-dark:#1d2128;--color-dark-card:#272d36;--color-orange:#fe7f2d;--color-deep-orange:#f77f00;--color-sage:#d3d4c0;--color-teal:#215e61;--color-white:#fff;--color-cream:#f5f0e8}html{scroll-behavior:smooth;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{color:#1d2128;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;flex-direction:column;min-height:100%;font-family:Inter,Arial,Helvetica,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}::selection{background:var(--color-orange);color:var(--color-white)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#eff4f7}::-webkit-scrollbar-thumb{background:#003049;border:2px solid #eff4f7;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#9fcbad}
