:root {
  /* Primary brand */
  --color-primary: #E83C3C;
  --color-primary-dark: #b92d2d;
  --color-primary-darker: #9f2727;

  /* Secondary brand */
  --color-secondary: #6a7cbb;
  --color-secondary-mid: #9eabd2;
  --color-secondary-light: #d4d9ea;
  --color-secondary-dark: #5869a5;

  /* Soft brand backgrounds */
  --color-blush: #eed5cc;
  --color-blush-light: #f6e1d8;
  --color-neutral: #e7e1e1;

  /* Supporting */
  --color-dusty-pink: #cb8497;
  --color-taupe: #d5b7b0;

  /* Surfaces */
  --color-cream: #faf7f2;
  --color-sand: #f2e7d9;
  --color-white: #ffffff;

  /* Text */
  --color-text: #252323;
  --color-text-secondary: #5f5a5a;

  /* Borders */
  --color-border: #e4dcdc;

  --color-stars: #E5B520;
  
  /* Spacing */
  --space-1: 0.25rem; /* 4 */
  --space-2: 0.5rem;  /* 8 */
  --space-3: 1rem;    /* 16 */
  --space-4: 1.5rem;  /* 24 */
  --space-5: 2rem;    /* 32 */
  --space-6: 2.5rem;  /* 40 */
  --space-7: 3rem;    /* 48 */
  --space-8: 4rem;    /* 64 */
  --space-9: 5rem;    /* 80 */
  --space-10: 6rem;   /* 96 */
  --space-11: 8rem;   /* 128 */

  /* Radius */
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-round: 9999px;

  /* Layout */
  --container: 80rem; /* 1280 */

  /* Typography */
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Montserrat", Arial, sans-serif;
  --font-script: "Caveat", cursive;

  --text-h1: clamp(2.75rem, 5vw, 3.5rem);
  --text-h2: clamp(2rem, 3.5vw, 2.5rem);
  --text-h3: 1.5rem;

  --text-lg: 1.125rem;
  --text-base: 1rem;
  --text-sm: 0.875rem;
}
