@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--green:#1d9e75;--green-dark:#0f6e56;--green-light:#e1f5ee;--green-mid:#9fe1cb;--amber:#ba7517;--sand:#faf8f3;--ink:#1a1a18;--ink-60:#666660;--ink-30:#bcbcb5;--border:#1a1a181a}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}@apply bg-sand-50 text-ink font-sans;}@layer components{.wavy{display:inline;position:relative}.wavy:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='6'%3E%3Cpath d='M0 4 Q5 0 10 4 Q15 8 20 4' fill='none' stroke='%231D9E75' stroke-width='1.5' stroke-opacity='0.5'/%3E%3C/svg%3E") 0 100% repeat-x;height:6px;position:absolute;bottom:-3px;left:0;right:0}@apply inline-block w-2 h-2 rounded-full bg-green-500 mr-1;}
