
:root, :host {
--main-color: #000066;
--main-color-600: #00004d;
--main-color-700: #000033;
--main-color-h: 240;
--main-color-s: 100%;
--main-color-l: 20%;
--secondary-color: #306C2D;
--secondary-color-600: #285a26;
--secondary-color-700: #20481e;
--secondary-color-h: 117;
--secondary-color-s: 41%;
--secondary-color-l: 30%;
--accent-color: #D67A41;
--accent-color-600: #d26c2d;
--accent-color-700: #bd6128;
--accent-color-h: 23;
--accent-color-s: 65%;
--accent-color-l: 55%;
--button-color: #306C2D;
--button-color-600: #285a26;
--button-color-700: #20481e;
--button-color-h: 117;
--button-color-s: 41%;
--button-color-l: 30%;
--type-color: #383838;
--link-color: #000066;
--link-hover-color: #000000;
--link-decoration: underline;
--link-color-h: 240;
--link-color-s: 100%;
--link-color-l: 20%;
--heading-color: #000066;
--font-body-base-size: 16px;
--font-weight-normal: 400;
--font-weight-semi-bold: 600;
--font-weight-bold: 700;
--body-font-family: 'Be Vietnam Pro', Helvetica, Arial, sans-serif;
--body-font-style: normal;
--heading-font-family: 'Hepta Slab', 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);
}

