:root {
   --hwx-primary-color: rgba(138, 91, 91, 1);
   --hwx-secondary-color: rgba(209, 190, 178, 1);
   --hwx-header_text-color: rgba(84, 84, 84, 1);
   --hwx-main_text-color: rgba(84, 84, 84, 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(133, 95, 64, 1);
   --hwx-h_font-family: Rubik-Regular;
   --hwx-h_format: Regular;
   --hwx-h_text-transform: none;
   --hwx-h_text-decoration: none;
   --hwx-heading_color: rgba(84, 84, 84, 1);
   --hwx-heading_bg_color: rgba(255, 255, 255, 0);
   --hwx-h1_font-size: clamp(3rem, 3.0794rem + -0.3386vw, 2.8rem);
   --hwx-h2_font-size: clamp(2.8rem, 2.7206rem + 0.3386vw, 3rem);
   --hwx-h3_font-size: clamp(2.2rem, 2.2794rem + -0.3386vw, 2rem);
   --hwx-h4_font-size: clamp(2rem, 2.0794rem + -0.3386vw, 1.8rem);
   --hwx-h5_font-size: clamp(1.2rem, 1.0413rem + 0.6772vw, 1.6rem);
   --hwx-h6_font-size: clamp(1rem, 0.8413rem + 0.6772vw, 1.4rem);
   --hwx-text_font-family: Trenda-Light;
   --hwx-text_format: Light;
   --hwx-text_transform: none;
   --hwx-text_font-size: clamp(1rem, 1rem + 0vw, 1rem);
   --hwx-text_color: rgba(84, 84, 84, 1);
   --hwx-text_bg_color: rgba(255, 255, 255, 0);
   --hwx-btn_text-color: rgba(138, 91, 91, 1);
   --hwx-btn_bg-color: rgba(209, 190, 178, 1);
   --hwx-btn_text-transform: none;
   --hwx-btn_text-decoration: none;
   --hwx-link_text-transform: none;
   --hwx-link_text-decoration: underline;
   --hwx-link_text-color: rgba(84, 84, 84, 1);
   --hwx-link_bg-color: rgba(255, 255, 255, 0);
   --hwx-link_text-color-hover: rgba(84, 84, 84, 1);
   --hwx-link_bg-color-hover: rgba(255, 255, 255, 0);
}

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

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

