/* Fragrancz Factory — luxury boutique design tokens */
:root {
  --ff-ivory: #fbf4e6;
  --ff-champagne: #f1e3c7;
  --ff-card: #fffaf0;
  --ff-card-strong: #fffdf8;
  --ff-espresso: #2a1810;
  --ff-charcoal: #191512;
  --ff-muted: #725f4d;
  --ff-soft: #a9957d;
  --ff-border: #dfcfb3;
  --ff-gold: #b8893d;
  --ff-gold-light: #e2c375;
  --ff-bronze: #8f632c;
  --ff-burgundy: #4b171f;
  --ff-emerald: #193b34;
  --ff-sale: #9f2f2f;
  --ff-success: #2f6d51;
  --ff-shadow: 0 20px 60px rgba(60, 36, 19, .11);
  --ff-shadow-soft: 0 12px 30px rgba(60, 36, 19, .08);
  --ff-radius-xl: 28px;
  --ff-radius-lg: 20px;
  --ff-radius-md: 14px;
  --ff-radius-sm: 9px;
  --ff-container: 1200px;
  --ff-serif: "Cormorant Garamond", Georgia, serif;
  --ff-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
