@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap");:root{--navy:#1a1a2e;--gold:#c8a96e;--gold-light:#f5eed9;--red:#E53935;--bg:#ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--navy);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Playfair Display,Georgia,serif}a{text-decoration:none;color:inherit}