@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #ffd900;--background-light: #f8f8f5;--background-dark: #121212}body{@apply bg-background-light dark:bg-background-dark text-slate-900 dark:text-slate-100 antialiased selection:bg-primary selection:text-black;font-family:Inter,sans-serif}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}
