/* Fonts loaded from Google Fonts CDN — this sandbox cannot fetch and self-host binaries.
   Swap this @import for local @font-face + woff2 files if the brand wants fully offline hosting. */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@400;500;600;700&display=swap');
:root{
  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, 'Helvetica Neue', Arial, sans-serif;
}
