:root {
  /* Dionara Cozzati Odontologia - Brand Palette */
  --color-wine-main: #A82045;
  --color-wine-dark: #74152F;
  --color-rose-medium: #D98A9F;
  --color-rose-light: #F5D8DF;
  --color-rose-ultra-light: #FCF4F6;
  --color-beige-warm: #D8C5BA;
  --color-beige-soft: #EFE7E2;
  --color-off-white: #FAF8F6;
  --color-white: #FFFFFF;
  --color-graphite: #282326;
  --color-graphite-muted: #5C5558;
  --color-border-subtle: rgba(168, 32, 69, 0.12);
  --color-border-light: rgba(40, 35, 38, 0.08);

  /* Typography */
  --font-title: 'Cormorant Garamond', 'Playfair Display', serif;
  --font-body: 'Manrope', 'Plus Jakarta Sans', sans-serif;

  /* Spacing & Layout */
  --header-height: 84px;
  --container-max-width: 1240px;

  /* Transitions & Easing */
  --transition-smooth: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-fast: all 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
