@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--gold:#c9a84c;--gold-light:#f5edd0;--ink:#1a1410;--stone:#8a7b6e;--cream:#faf7f2}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--ink)}