﻿:root {
    --client-primary-rgb: 21, 21, 21;
    --client-accent-rgb: 215, 25, 32;
    --client-page-bg-start: #F7F7F7;
    --client-page-bg-end: #ECECEC;
    --client-surface-rgb: 255, 255, 255;
    --client-ink-rgb: 23, 23, 23;
    --client-hero-start-rgb: 17, 17, 17;
    --client-hero-end-rgb: 42, 42, 42;
    --client-footer-start-rgb: 11, 11, 11;
    --client-footer-end-rgb: 28, 28, 28;
    --client-success-rgb: 47, 122, 83;
    --client-warning-rgb: 217, 154, 37;
    --client-danger-rgb: 215, 25, 32;
    --logo-height: 75px;
    --logo-compact-scale: 0.75;
    --logo-height-compact-fallback: 56px;
}
