@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg:#f7f3ee;--bg-soft:#efe9e1;--surface:#fff;--text:#16181d;--text-soft:#5c6470;--text-muted:#8b93a1;--accent:#7b6ef6;--accent-soft:#ece9ff;--line:rgba(22,24,29,.08);--whatsapp:#25d366;--shadow:0 30px 80px rgba(0,0,0,.06);--radius:28px;--radius-sm:16px;--max:1240px;--section:160px 32px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.7}::selection{background:var(--accent);color:#fff}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}