:root{--primary: #132e5b;--primary-dark: #0d2142;--background-light: #f8f7f6;--background-dark: #221a10}@layer base{html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{@apply bg-background-light dark:bg-background-dark text-background-dark dark:text-background-light font-sans antialiased;}}*{-webkit-tap-highlight-color:transparent}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}img{content-visibility:auto}.min-h-screen-svh{min-height:100vh;min-height:100svh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}
