:root {
--main-font-size: 20px;
--primary-font: "Jost", sans-serif;
--secondary-font: "Jost", sans-serif;
--text-size: clamp(15px, 1.8vw, 0.9rem);
--text-line-height: 1.5;
--text-font-weight: 400;
--h1-size: clamp(21px, 3vw, 2.5rem);
--h1-line-height: 1.5;
--h1-font-weight: 700;
--h2-size: clamp(19px, 3vw, 2rem);
--h2-line-height: 1.2;
--h2-font-weight: 700;
--h3-size: clamp(17px, 3vw, 1.2rem);
--h3-line-height: 1.2;
--h3-font-weight: 600;
--h4-size: clamp(17px, 3vw, 1.35rem);
--h4-line-height: 1.2;
--h4-font-weight: 600;
--h5-size: clamp(17px, 3vw, 1.35rem);
--h5-line-height: 1.2;
--h5-font-weight: 600;
--h6-size: clamp(17px, 3vw, 1.35rem);
--h6-line-height: 1.2;
--h6-font-weight: 600;
--pagetitle-size: clamp(27px, 5vw, 50px);
--pagetitle-line-height: 1.1;
--pagetitle-font-weight: 600;
--primary-color: #b99128;
--secondary-color: #000000;
--text-color: #999999;
--links-color: #b99128;
--links-hover-color: #ffffff;
--h1-color: #ffffff;
--h2-color: #ffffff;
--h3-color: #ffffff;
--h4-color: #ffffff;
--h5-color: #ffffff;
--h6-color: #ffffff;
--pagetitle-color: #ffffff;
--preloader-color-1: #2590e2;
--preloader-color-2: #ef7f1a;
--blight-bcolor: #f5f5f5;
--sec-content-width: 1220px;
--sec-content-padding-left: 20px;
--sec-content-padding-right: 20px;
--sec-padding-top: 55px;
--sec-padding-bot: 55px;
--sec-padding-top-min: 40px;
--sec-padding-bot-min: 40px;
--hero-back: url("");
--hero-back-800: url("");
--hero-back-480: url("");
--page-title-background: url("");
--page-title-background-800: url("");
--page-title-background-480: url("");
--footer-back: url("");
--footer-back-800: url("");
--footer-back-480: url("");
--totop-btn-background: #b99128;
--totop-btn-background-hover: #020000;
}