:root{--primary: 217 91% 60%;--background: 210 40% 98%;--surface: 0 0% 100%;--foreground: 222 47% 11%;--muted: 215 16% 47%;--border: 214 32% 91%}.dark{--primary: 214 94% 68%;--background: 229 84% 5%;--surface: 217 33% 17%;--foreground: 210 40% 98%;--muted: 215 20% 65%;--border: 216 34% 17%}*{border-color:hsl(var(--border))}body{font-family:Comfortaa,sans-serif;font-weight:300;background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,.text-2xl,.text-3xl,.text-4xl,.text-5xl,.text-xl,.font-bold,.font-extrabold,.font-black{font-weight:700!important}h4,h5,h6,.text-lg,.font-semibold,.font-medium{font-weight:500!important}p,span,label,input,button,select,textarea,.font-normal,.font-light,.font-thin{font-weight:300!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:#333}:not(.dark) ::-webkit-scrollbar-thumb{background:#ccc}::-webkit-scrollbar-thumb:hover{background:#555}::selection{background-color:hsl(var(--primary));color:#fff}.btn-primary{background-color:#3b82f6!important;color:#fff!important;transition:all .2s ease-in-out}.btn-primary:hover{background-color:#2563eb!important}.dark .btn-primary{background-color:#3b82f6!important}.dark .btn-primary:hover{background-color:#2563eb!important}
