
:root, :host {
--main-color: #CA3639;
--main-color-600: #b53032;
--main-color-700: #a12b2d;
--main-color-h: 359;
--main-color-s: 58%;
--main-color-l: 50%;
--secondary-color: #2F3C37;
--secondary-color-600: #242e2a;
--secondary-color-700: #191f1d;
--secondary-color-h: 157;
--secondary-color-s: 12%;
--secondary-color-l: 21%;
--accent-color: #7F2F2D;
--accent-color-600: #6d2826;
--accent-color-700: #5b2120;
--accent-color-h: 1;
--accent-color-s: 48%;
--accent-color-l: 34%;
--button-color: #2F3C37;
--button-color-600: #242e2a;
--button-color-700: #191f1d;
--button-color-h: 157;
--button-color-s: 12%;
--button-color-l: 21%;
--type-color: #46464C;
--link-color: #0167CA;
--link-hover-color: #013365;
--link-decoration: underline;
--link-color-h: 210;
--link-color-s: 99%;
--link-color-l: 40%;
--heading-color: #CA3639;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
--nav-logo-height-mobile: 5rem;
--nav-logo-height-tablet: 6rem;
--nav-logo-height-desktop: 8rem;
}

