:root {
--main-font-size: 20px;
--primary-font: "Readex Pro", sans-serif;
--secondary-font: "Spline Sans", sans-serif;
--text-size: clamp(14px, 1.8vw, 0.8rem);
--text-line-height: 1.8;
--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.4;
--h2-font-weight: 600;
--h3-size: clamp(17px, 3vw, 1.4rem);
--h3-line-height: 1.4;
--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(17px, 2.5vw, 1.1rem);
--pagetitle-line-height: 1.4;
--pagetitle-font-weight: 600;
--primary-color: #bf042c;
--secondary-color: #0a0a0a;
--text-color: #000000;
--links-color: #bf042c;
--links-hover-color: #040404;
--h1-color: #000000;
--h2-color: #000000;
--h3-color: #000000;
--h4-color: #000000;
--h5-color: #2590e2;
--h6-color: #ef7f1a;
--pagetitle-color: #000000;
--preloader-color-1: #bf042c;
--preloader-color-2: #bf042c;
--blight-bcolor: #f5f5f5;
--sec-content-width: 1440px;
--sec-content-padding-left: 20px;
--sec-content-padding-right: 20px;
--sec-padding-top: 55px;
--sec-padding-bot: 55px;
--sec-padding-top-min: 30px;
--sec-padding-bot-min: 0x;
--hero-background: url("");
--hero-background-800: url("");
--hero-background-480: url("");
--cta-background: url("");
--cta-background-800: url("");
--cta-background-480: url("");
--page-title-background: url("");
--page-title-background-800: url("");
--page-title-background-480: url("");
--footer-background: url("");
--footer-background-800: url("");
--footer-background-480: url("");
--totop-btn-background: #2590e2;
--totop-btn-background-hover: #ef7f1a;
}