:root{--color-red:#ff4d4d;--color-dark:#0f0f0f;--color-gray:#1a1a1a;--color-white:#fff;--color-text:#ccc;--color-nav-links:#aaa;--color-accent:#ff3b3b;--color-border:#222;--color-surface:#111;--font-heading:var(--font-oswald),"Oswald",sans-serif;--font-body:var(--font-inter),"Inter",sans-serif}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-color:var(--color-red)var(--color-dark)}*{scrollbar-width:thin;scrollbar-color:var(--color-red)var(--color-gray)}html{scrollbar-width:auto}@supports not (scrollbar-color:auto){::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-gray)}::-webkit-scrollbar-thumb{background:var(--color-red);border:2px solid var(--color-gray);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}}@media (min-width:1920px){html{font-size:clamp(16px,.8334vw,40px)}.container{max-width:82.5rem}}body{background-color:var(--color-dark);color:#fff;font-family:var(--font-body);margin:0;padding:0}h1,h2,h3,h4,h5,h6,.btn{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px}img{max-width:100%;height:auto}table{width:100%;display:block;overflow-x:auto}@media (min-width:768px){table{display:table}}
