@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--ds-green: #009746;--ds-black: #111111}body{@apply antialiased text-slate-900 bg-[#F8FAFC];font-feature-settings:"cv11","ss01"}h1,h2,h3,h4,h5,h6{@apply tracking-tight;}}@layer utilities{.text-ds-green{color:var(--ds-green)}.bg-ds-green{background-color:var(--ds-green)}.bg-ds-black{background-color:var(--ds-black)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-slate-200 rounded-full;}.custom-scrollbar::-webkit-scrollbar-thumb:hover{@apply bg-slate-300;}}.glass{@apply bg-white/70 backdrop-blur-lg border border-white/20 shadow-xl;}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}
