@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Merriweather:wght@400;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-legal-dark:10 37 64;--color-legal-light:244 246 248;--color-legal-accent:0 97 255}body{@apply font-sans bg-legal-light text-legal-dark antialiased;font-feature-settings:"cv02","cv03","cv04","cv11"}h1,h2,h3,h4{@apply font-serif}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#0a2540;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0061ff}:focus-visible{@apply outline-none ring-2 ring-legal-accent ring-offset-2}