@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--cream:#fdfaf5;--sage:#7a9e7e;--terracotta:#c4704f;--brown:#3b2f2f;--stone:#e8ddd0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;background:var(--cream);color:var(--brown);font-family:Lato,sans-serif}h1,h2,h3,h4{font-family:Playfair Display,serif}button,a{transition:all .2s ease}:focus-visible{outline:3px solid rgba(196,112,79,.45);outline-offset:3px}
