:root {
  /* Colors */
  --color-primary: #511419;
  --color-deep: #590310;
  --color-wine-dark: #380a0e;
  --color-wine-gradient: linear-gradient(to bottom right, #6e1a20, #511419, #380a0e);
  
  --color-page-bg: #fff7eb;
  --color-card-bg: rgba(255, 250, 243, 0.96);
  --color-card-border: rgba(81, 20, 25, 0.15);
  
  --color-cream: #ece4d8;
  --color-cream-muted: rgba(236, 228, 216, 0.75);
  --color-cream-dim: rgba(236, 228, 216, 0.4);
  
  --color-gold: #c9a24a;
  --color-rosewood: #8c3a3f;
  --color-dusty-red: #a8323b;
  --color-text-sub: rgba(81, 20, 25, 0.75);

  /* Typography */
  --font-couple: "Viaoda Libre", "EB Garamond", serif;
  --font-ampersand: "The Nautigal", cursive;
  --font-serif-heading: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Baskerville", "Times New Roman", serif;
  --font-content: "Times New Roman", serif;

  /* Shadows */
  --shadow-envelope: 0 25px 60px -12px rgba(0, 0, 0, 0.45), 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 40px rgba(81, 20, 25, 0.15);
  --shadow-card-dark: 4px 4px 14px rgba(0, 0, 0, 0.25);
  --shadow-seal: 0 4px 20px rgba(81, 20, 25, 0.5), inset 0 2px 4px rgba(255, 255, 255, 0.3);
  --shadow-polaroid: 2px 2px 6px rgba(0, 0, 0, 0.25);
  --shadow-float-peony: 3px 4px 6px rgba(0, 0, 0, 0.3);

  /* Layout */
  --container-max-w: 900px;
  --radius-card: 13px;
  --radius-sm: 8px;
  --radius-btn: 9999px;
  
  /* Transitions */
  --trans-smooth: cubic-bezier(0.16, 1, 0.3, 1);
}
