
:root, :host {
--main-color: #a49b34;
--main-color-600: #8f872d;
--main-color-700: #7c7527;
--main-color-h: 55;
--main-color-s: 52%;
--main-color-l: 42%;
--secondary-color: #3a420c;
--secondary-color-600: #262b08;
--secondary-color-700: #131604;
--secondary-color-h: 69;
--secondary-color-s: 69%;
--secondary-color-l: 15%;
--accent-color: #d9ac28;
--accent-color-600: #c39b22;
--accent-color-700: #ad8a1f;
--accent-color-h: 45;
--accent-color-s: 70%;
--accent-color-l: 50%;
--button-color: #d6a617;
--button-color-600: #bd9314;
--button-color-700: #a68111;
--button-color-h: 45;
--button-color-s: 81%;
--button-color-l: 46%;
--type-color: #15230c;
--link-color: #4b95c4;
--link-hover-color: #295e7f;
--link-decoration: none;
--link-color-h: 203;
--link-color-s: 51%;
--link-color-l: 53%;
--heading-color: #3a420c;
--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: 'Open Sans', Helvetica, Arial, sans-serif;
--heading-font-weight: 700;
--heading-font-weight-bold: 700;
--heading-font-style: normal;
--border-radius-base: 4px;
--nav-logo-height-mobile: 7rem;
--nav-logo-height-tablet: 8rem;
--nav-logo-height-desktop: 9rem;
}

