:root {
  /* Colors */
  --color-canvas: #FAFAF8;
  --color-surface: #F4F1EC;
  --color-ink: #1C1917;
  --color-sage: #4A6741;
  --color-sage-dark: #3a5332;
  --color-sage-lt: #EBF0E8;
  --color-muted: #78716C;
  --color-gold: #B8863F;
  --color-border: #E8E3DC;
  --color-warm: #F0EBE3;

  /* Fonts */
  --font-display: 'Cormorant Garamond', serif;
  --font-sans: 'Inter', sans-serif;
  --font-script: 'Dancing Script', cursive;

  /* Font sizes */
  --text-hero: clamp(48px, 7vw, 88px);
  --text-h1: clamp(36px, 5vw, 64px);
  --text-h2: clamp(28px, 3.5vw, 44px);
}

/* Remove default underlines from all links in Elementor widgets */
.elementor-widget a {
  text-decoration: none !important;
}

/* Hide default Hello Elementor header since custom widgets are used */
.site-header {
  display: none !important;
}
