@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--ink: #0C1F3A;--blue: #185FA5;--blue-light: #85B7EB;--blue-deep: #0C447C;--coral: #D85A30;--coral-soft: #F0997B;--paper: #F5F2ED;--paper-dark: #EAE5DC;--white: #FFFFFF;--muted: #6B6560;--rule: rgba(12, 31, 58, .12);--teal: #0F6E56;--violet: #7F77DD;--amber: #BA7517;--serif: "EB Garamond", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}body{font-family:var(--sans);background-color:var(--paper);color:var(--ink);font-size:15px;line-height:1.65;margin:0}
