
:root, :host {
--main-color: #166085;
--main-color-600: #124f6e;
--main-color-700: #0e3f58;
--main-color-h: 200;
--main-color-s: 72%;
--main-color-l: 30%;
--secondary-color: #207294;
--secondary-color-600: #1c607d;
--secondary-color-700: #175069;
--secondary-color-h: 198;
--secondary-color-s: 64%;
--secondary-color-l: 35%;
--accent-color: #bd1e2c;
--accent-color-600: #a81a26;
--accent-color-700: #921721;
--accent-color-h: 355;
--accent-color-s: 73%;
--accent-color-l: 43%;
--button-color: #166085;
--button-color-600: #124f6e;
--button-color-700: #0e3f58;
--button-color-h: 200;
--button-color-s: 72%;
--button-color-l: 30%;
--type-color: #333333;
--link-color: #166085;
--link-hover-color: #07202c;
--link-decoration: underline;
--link-color-h: 200;
--link-color-s: 72%;
--link-color-l: 30%;
--heading-color: #333333;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 400;
--font-weight-bold: 700;
--body-font-family: Lato, Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Oswald, Helvetica, Arial, sans-serif;
--heading-font-weight: 600;
--heading-font-weight-bold: 600;
--heading-font-style: normal;
--border-radius-base: 0;
--card-color-overlay: hsl(var(--secondary-color-h), var(--secondary-color-s), var(--secondary-color-l), 80%);
}

