
:root, :host {
--main-color: #008080;
--main-color-600: #006666;
--main-color-700: #004d4d;
--main-color-h: 180;
--main-color-s: 100%;
--main-color-l: 25%;
--secondary-color: #1461AE;
--secondary-color-600: #125497;
--secondary-color-700: #0f4780;
--secondary-color-h: 210;
--secondary-color-s: 79%;
--secondary-color-l: 38%;
--accent-color: #00A88F;
--accent-color-600: #008f79;
--accent-color-700: #007564;
--accent-color-h: 171;
--accent-color-s: 100%;
--accent-color-l: 33%;
--button-color: #1461AE;
--button-color-600: #125497;
--button-color-700: #0f4780;
--button-color-h: 210;
--button-color-s: 79%;
--button-color-l: 38%;
--type-color: #36424E;
--link-color: #1461AE;
--link-hover-color: #0a2e52;
--link-decoration: underline;
--link-color-h: 210;
--link-color-s: 79%;
--link-color-l: 38%;
--heading-color: #008080;
--font-body-base-size: 18px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: Montserrat, 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: 8px;
--btn-border-radius: 50px;
--filter-color-bg: var(--accent-color);
--footer-cta-color: var(--type-color);
--link-color-visited: var(--main-color);
--footer-bottom-color: var(--type-color);
}

