
:root, :host {
--main-color: #0033A0;
--main-color-600: #002a85;
--main-color-700: #00226b;
--main-color-h: 221;
--main-color-s: 100%;
--main-color-l: 31%;
--secondary-color: #0167ca;
--secondary-color-600: #0159b2;
--secondary-color-700: #014c98;
--secondary-color-h: 210;
--secondary-color-s: 99%;
--secondary-color-l: 40%;
--accent-color: #009DDB;
--accent-color-600: #008bc2;
--accent-color-700: #0079a8;
--accent-color-h: 197;
--accent-color-s: 100%;
--accent-color-l: 43%;
--button-color: #0167ca;
--button-color-600: #0159b2;
--button-color-700: #014c98;
--button-color-h: 210;
--button-color-s: 99%;
--button-color-l: 40%;
--type-color: #737373;
--link-color: #0167ca;
--link-hover-color: #013365;
--link-decoration: none;
--link-color-h: 210;
--link-color-s: 99%;
--link-color-l: 40%;
--heading-color: #0033A0;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: Inter, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Montserrat, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
--nav-font-family: var(--body-font-family);
--nav-font-weight: var(--font-weight-bold);
}

