:root {
   --hwx-primary-color: rgba(233, 117, 31, 1);
   --hwx-secondary-color: rgba(177, 171, 168, 1);
   --hwx-header_text-color: rgba(113, 108, 106, 1);
   --hwx-main_text-color: rgba(113, 108, 106, 1);
   --hwx-footer_text-color: rgba(255, 255, 255, 1);
   --hwx-header_bg-color: rgba(255, 255, 255, 1);
   --hwx-main_bg-color: rgba(255, 255, 255, 1);
   --hwx-footer_bg-color: rgba(255, 255, 255, 0);
   --hwx-h_font-family: Tinos-Regular;
   --hwx-h_format: Regular;
   --hwx-h_text-transform: none;
   --hwx-h_text-decoration: none;
   --hwx-heading_color: rgba(233, 117, 31, 1);
   --hwx-heading_bg_color: rgba(255, 255, 255, 0);
   --hwx-h1_font-size: clamp(2rem, 1.0575rem + 4.0212vw, 4.375rem);
   --hwx-h2_font-size: clamp(2.2rem, 1.7087rem + 2.0961vw, 3.438rem);
   --hwx-h3_font-size: clamp(1.2rem, 1.081rem + 0.5079vw, 1.5rem);
   --hwx-h4_font-size: clamp(1.3rem, 1.3rem + 0vw, 1.3rem);
   --hwx-h5_font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
   --hwx-h6_font-size: clamp(1.1rem, 1.1rem + 0vw, 1.1rem);
   --hwx-text_font-family: OpenSans-Regular;
   --hwx-text_format: Regular;
   --hwx-text_transform: none;
   --hwx-text_font-size: clamp(0.938rem, 0.938rem + 0vw, 0.938rem);
   --hwx-text_color: rgba(113, 108, 106, 1);
   --hwx-text_bg_color: rgba(255, 255, 255, 0);
   --hwx-btn_text-color: rgba(255, 255, 255, 1);
   --hwx-btn_bg-color: rgba(233, 117, 31, 1);
   --hwx-btn_text-transform: none;
   --hwx-btn_text-decoration: none;
   --hwx-link_text-transform: none;
   --hwx-link_text-decoration: none;
   --hwx-link_text-color: rgba(233, 117, 31, 1);
   --hwx-link_bg-color: rgba(255, 255, 255, 0);
   --hwx-link_text-color-hover: rgba(255, 255, 255, 1);
   --hwx-link_bg-color-hover: rgba(233, 117, 31, 1);
}

@font-face {
   font-family: 'Tinos-Regular';
   src: url('../../fonts/Tinos/Regular/Tinos-Regular.eot');
   src: url('../../fonts/Tinos/Regular/Tinos-Regular.eot?#iefix') format('embedded-opentype'),
   url('../../fonts/Tinos/Regular/Tinos-Regular.woff') format('woff'),
   url('../../fonts/Tinos/Regular/Tinos-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'OpenSans-Regular';
   src: url('../../fonts/OpenSans/Regular/OpenSans-Regular.eot');
   src: url('../../fonts/OpenSans/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
   url('../../fonts/OpenSans/Regular/OpenSans-Regular.woff') format('woff'),
   url('../../fonts/OpenSans/Regular/OpenSans-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

