
:root, :host {
--main-color: #26AE5F;
--main-color-600: #229b54;
--main-color-700: #1d8649;
--main-color-h: 145;
--main-color-s: 64%;
--main-color-l: 42%;
--secondary-color: #212222;
--secondary-color-600: #141515;
--secondary-color-700: #080808;
--secondary-color-h: 180;
--secondary-color-s: 1%;
--secondary-color-l: 13%;
--accent-color: #2688C9;
--accent-color-600: #227ab4;
--accent-color-700: #1e6b9f;
--accent-color-h: 204;
--accent-color-s: 68%;
--accent-color-l: 47%;
--button-color: #212222;
--button-color-600: #141515;
--button-color-700: #080808;
--button-color-h: 180;
--button-color-s: 1%;
--button-color-l: 13%;
--type-color: #46464C;
--link-color: #0167CA;
--link-hover-color: #013365;
--link-decoration: none;
--link-color-h: 210;
--link-color-s: 99%;
--link-color-l: 40%;
--heading-color: #26AE5F;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: 'Open Sans', Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: Poppins, Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 600;
--heading-font-style: normal;
--border-radius-base: 4px;
}

