:root {
  --color-yellow: #F4B400;
  --color-yellow-alt: #EFBE0D;
  --color-red: #801E18;
  --color-red-alt: #8B1C1C;
  --color-white: #FFFFFF;
  --color-light-grey: #F0F0F0;
  --color-text: #121212;
  --color-text-muted: rgba(18,18,18,0.75);
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Montserrat', sans-serif;
  /* Font scale — matched to Shopify */
  --fs-xs: 12px;
  --fs-sm: 15px;
  --fs-base: 16px;
  --fs-lg: 20px;
  --fs-xl: 24px;
  --fs-2xl: 32px;
  --fs-3xl: 48px;
  --fs-4xl: 64px;
  /* Layout */
  --container: 1200px;
  --header-h: 80px;
  --section-py: 80px;
  --section-px: 24px;
  /* Radii */
  --radius-pill: 50px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --btn-radius-square: 0px;
  /* Shadows */
  --shadow-card: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-btn: 0 4px 16px rgba(0,0,0,0.2);
}
