:root {
   --hwx-primary-color: rgba(1, 82, 146, 1);
   --hwx-secondary-color: rgba(0, 136, 67, 1);
   --hwx-header_text-color: rgba(117, 117, 117, 1);
   --hwx-main_text-color: rgba(56, 56, 56, 1);
   --hwx-footer_text-color: rgba(255, 255, 255, 1);
   --hwx-header_bg-color: rgba(255, 255, 255, 0);
   --hwx-main_bg-color: rgba(255, 255, 255, 1);
   --hwx-footer_bg-color: rgba(109, 109, 109, 1);
   --hwx-h_font-family: SignikaNegative-Bold;
   --hwx-h_format: Bold;
   --hwx-h_text-transform: none;
   --hwx-h_text-decoration: none;
   --hwx-heading_color: rgba(56, 56, 56, 1);
   --hwx-heading_bg_color: rgba(255, 255, 255, 0);
   --hwx-h1_font-size: clamp(2rem, 1.9124rem + 0.3737vw, 2.8rem);
   --hwx-h2_font-size: clamp(1.8rem, 1.7343rem + 0.2803vw, 2.4rem);
   --hwx-h3_font-size: clamp(1.6rem, 1.5562rem + 0.1869vw, 2rem);
   --hwx-h4_font-size: clamp(1.4rem, 1.3562rem + 0.1869vw, 1.8rem);
   --hwx-h5_font-size: clamp(1.2rem, 1.1562rem + 0.1869vw, 1.6rem);
   --hwx-h6_font-size: clamp(1rem, 0.9562rem + 0.1869vw, 1.4rem);
   --hwx-text_font-family: SignikaNegative-Regular;
   --hwx-text_format: Regular;
   --hwx-text_transform: none;
   --hwx-text_font-size: clamp(1rem, 1rem + 0vw, 1rem);
   --hwx-text_color: rgba(56, 56, 56, 1);
   --hwx-text_bg_color: rgba(255, 255, 255, 0);
   --hwx-btn_text-color: rgba(1, 82, 146, 1);
   --hwx-btn_bg-color: rgba(235, 235, 235, 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(0, 137, 68, 1);
   --hwx-link_bg-color: rgba(255, 255, 255, 0);
   --hwx-link_text-color-hover: rgba(1, 82, 146, 1);
   --hwx-link_bg-color-hover: rgba(255, 255, 255, 1);
}

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

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

