/* Generated by admin.php — do not edit by hand.
   Palette: Original
   Last updated: 2026-05-01 22:52:57
   These eight overrides cascade through every color rule on
   the marketing site and blog via var() references in style.css
   and blog-style.css. The SVG tint filters (#tint-cream etc.)
   pick up the four hex vars; the four -rgb triplet vars are
   used by rgba() expressions for transparent overlays. */
:root {
    --color-cream:        #fffce6;
    --color-cream-rgb:    255, 252, 230;
    --color-red:          #dc4439;
    --color-red-rgb:      220, 68, 57;
    --color-red-warm:     #e25038;
    --color-red-warm-rgb: 226, 80, 56;
    --color-dark-red:     #62120c;
    --color-dark-red-rgb: 98, 18, 12;
}
