@import "https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{-webkit-tap-highlight-color:transparent}body{color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,system-ui,-apple-system,sans-serif}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;color:#000;font-family:Archivo,system-ui,sans-serif;font-weight:700}:focus-visible{outline-offset:2px;outline:2px solid #000}button:focus-visible,a:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #000}}@layer components{@apply bg-black text-white px-5 py-2.5 text-sm font-semibold transition-all rounded-lg;@apply bg-neutral-800;@apply bg-white text-black px-5 py-2.5 text-sm font-semibold border border-neutral-200 transition-all rounded-lg;@apply bg-neutral-50 border-neutral-300;@apply bg-yellow-400 text-black px-5 py-2.5 text-sm font-bold transition-all rounded-lg;@apply bg-yellow-300;@apply bg-white rounded-lg border border-neutral-200 shadow-card transition-all;@apply border-neutral-300 shadow-card-hover;@apply w-full px-3 py-2.5 bg-white border border-neutral-200 rounded-lg text-sm text-black placeholder-neutral-400 transition-colors;@apply border-black ring-1 ring-black outline-none;}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a3a3a3}
