@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-background text-primary antialiased;font-feature-settings:"ss01","ss02","cv01","cv02"}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{@apply bg-background;}::-webkit-scrollbar-thumb{@apply bg-border-color rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-secondary;}}@layer components{.btn-primary{@apply bg-action-primary text-white font-bold py-2 px-4 rounded-lg hover:bg-action-primary-hover transition-colors;}}.glass-effect{@apply bg-surface/80 backdrop-blur-md border border-white/10;}[dir=rtl] .space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}
