@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--navy:#0F2A5E;--mid:#1B3F8B;--gold:#C9A84C;--stone:#F5F0E8;--ink:#1A1A1A}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--stone);color:var(--ink);font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Playfair Display,serif}.nav-underline{position:relative}.nav-underline:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:2px;background:var(--gold);transition:width .25s ease}.nav-underline:hover:after,.nav-underline.active:after{width:100%}
