@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--background:#fff;--foreground:#171717;--primary-light:#f4e8bd;--primary-color:#d7c481;--primary-color-rgb:226,210,153;--secondary-color:#263856;--secondary-color-rgb:38,56,86;--text-primary:#e2d299;--text-secondary:#b9a376;--text-muted:#b9a376b3;--ui-primary:#334561;--ui-secondary:#41516b;--ui-hover:#41516b}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
