@tailwind base;@tailwind components;@tailwind utilities;@layer base{body,h1,h2,h3,h4,h5,h6,html{@apply font-semibold}}@layer components{.btn-primary,.btn-secondary,.card{@apply bg-background-secondary border border-border-primary rounded-lg p-4}}@layer utilities{.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}