/* Design tokens: adjust brand values here before changing individual components. */
:root {
  /* Premium palette: dark neutral base, Himalayan pink accent, warm ivory surface. */
  --color-primary: #9b3f5c;
  --color-primary-dark: #70273e;
  --color-salt-pink: #cc7b93;
  --color-ink: #272329;
  --color-muted: #665e65;
  --color-surface: #fffafb;
  --color-soft: #f8f1f3;
  --color-line: #eadde2;
  --color-white: #ffffff;
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --shadow-card: 0 15px 40px rgba(72, 32, 49, .08);
  --radius-card: 1.25rem;
}
