@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#1e293b;--accent:#c22;--accent-hover:#a81c1c;--radius-soft:24px;--radius-pill:9999px;--header-height:80px}html,body{max-width:100vw;overflow-x:clip}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Rubik,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
