/**
 * Wasl Cart — brand color tokens (single source of truth)
 * Copy or @import into product surfaces; keep HEX values in sync with branding/README.md
 */
:root {
  --wc-navy: #0D1B3A;
  --wc-navy-rgb: 13, 27, 58;
  --wc-gold: #D4AF37;
  --wc-gold-rgb: 212, 175, 55;
  --wc-white: #FFFFFF;
  --wc-white-rgb: 255, 255, 255;
  --wc-green: #0F7A4D;
  --wc-green-rgb: 15, 122, 77;

  /* Derived helpers */
  --wc-navy-soft: #143052;
  --wc-navy-deep: #081225;
  --wc-gold-soft: #f3e7b8;
  --wc-gold-deep: #a88412;
  --wc-green-soft: #e6f5ee;

  --wc-font-sans: "DM Sans", system-ui, sans-serif;
  --wc-font-display: "Fraunces", Georgia, serif;
}
