@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Exo+2:wght@400;500;600&display=swap";:root{--background:#ffffff;--foreground:#1a1a1a;--border-color:#e0e0e0;--accent:#d87d4a;--accent-pantone:#a47764;--accent-hover:#b75f30;--secondary:#f4f4f4;--muted:#777777;--error:#e63946;--success:#2a9d8f;--shadow:rgba(0,0,0,0.05)}:root[data-theme=dark]{--background:#1a1a1a;--foreground:#f5f5f5;--border-color:#2d2d2d;--accent:#d87d4a;--error:#e63946;--success:#2a9d8f}:root{--font-base:"Inter",sans-serif;--font-display:"Exo 2",sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;font-family:var(--font-base);font-size:16px;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;background:none;border:none;cursor:pointer}