:root{--background:#F5F5F5;--foreground:#1c1c1c;--color-brand-primary:#FC3C2D;--color-brand-dark:#A90606;--color-brand-light:#E59592;--color-brand-secondary:#BB0706;--color-brand-accent:#BA0806;--color-basic:#64748b;--color-pro:#3b82f6;--color-enterprise:#9333ea;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#06b6d4}@media (prefers-color-scheme:dark){:root{--background:#1c1c1c;--foreground:#F5F5F5}}body,html{max-width:100vw;overflow-x:hidden}*,:after,:before{transition:color .3s ease,background-color .3s ease,border-color .3s ease,fill .3s ease,stroke .3s ease}body{color:var(--foreground);background:var(--background);font-family:var(--font-quicksand),sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.title-font{font-family:var(--font-bebas-neue),cursive!important;font-optical-sizing:auto;font-style:normal}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background);border-radius:20px}::-webkit-scrollbar-thumb{background:var(--foreground);border-radius:10px;border:2px solid var(--background)}::-webkit-scrollbar-thumb:hover{background:var(--color-brand-dark)}::-webkit-scrollbar-corner{background:var(--background)}html{scrollbar-width:thin;scrollbar-color:var(--foreground) var(--background)}