@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700&family=Playfair+Display:wght@400;700;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--cream:#FDF6EC;--white:#FFFAF4;--terracotta:#C1623F;--brown:#3B2314;--sand:#E8D5B7;--olive:#7A8C5E}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--brown);font-family:Lato,sans-serif}h1,h2,h3,h4,.font-playfair{font-family:Playfair Display,serif}.hero-gradient{background:linear-gradient(135deg,#3b2314cc,#c1623f88)}.section-cream{background:#fdf6ec}.section-white{background:#fffaf4}button,a,input,select,textarea{transition:all .2s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fdf6ec}::-webkit-scrollbar-thumb{background:#c1623f;border-radius:99px}
