/**
 * LASHÉRA Design Tokens — Luxury Beauty
 * Source of truth for the storefront theme.
 */
:root {
  --gold: #c7a04a;
  --gold-dark: #9a7530;
  --champagne: #e8d7b5;
  --ivory: #f8f6f1;
  --warm-white: #fcfbf8;
  --bg: var(--warm-white);
  --bg-soft: var(--ivory);
  --surface: #ffffff;
  --ink: #1a1a1a;
  --muted: #6b6560;
  --line: rgba(26, 26, 26, 0.08);
  --shadow: 0 28px 80px rgba(26, 26, 26, 0.08);
  --radius: 0;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --wrap: min(1120px, calc(100% - 48px));
  --font-display: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --font-body: Inter, "Helvetica Neue", Arial, sans-serif;
  --font-ar: "Noto Naskh Arabic", serif;
}

@media (max-width: 480px) {
  :root {
    --wrap: calc(100% - 28px);
  }
}
