:root {
   --hwx-primary-color: rgba(117, 161, 7, 1);
   --hwx-secondary-color: rgba(191, 209, 0, 1);
   --hwx-header_text-color: rgba(255, 255, 255, 1);
   --hwx-main_text-color: rgba(0, 0, 0, 1);
   --hwx-footer_text-color: rgba(255, 255, 255, 1);
   --hwx-header_bg-color: rgba(191, 209, 0, 1);
   --hwx-main_bg-color: rgba(255, 255, 255, 1);
   --hwx-footer_bg-color: rgba(191, 209, 0, 1);
   --hwx-h_font-family: GrandHotel-Regular;
   --hwx-h_format: Regular;
   --hwx-h_text-transform: none;
   --hwx-h_text-decoration: none;
   --hwx-heading_color: rgba(117, 161, 7, 1);
   --hwx-heading_bg_color: rgba(255, 255, 255, 0);
   --hwx-h1_font-size: clamp(4rem, 3.781rem + 0.9343vw, 6rem);
   --hwx-h2_font-size: clamp(3rem, 2.781rem + 0.9343vw, 5rem);
   --hwx-h3_font-size: clamp(2.5rem, 2.3686rem + 0.5606vw, 3.7rem);
   --hwx-h4_font-size: clamp(2.2rem, 2.1453rem + 0.2336vw, 2.7rem);
   --hwx-h5_font-size: clamp(1.8rem, 1.7453rem + 0.2336vw, 2.3rem);
   --hwx-h6_font-size: clamp(1rem, 0.9562rem + 0.1869vw, 1.4rem);
   --hwx-text_font-family: Roboto-Regular;
   --hwx-text_format: Regular;
   --hwx-text_transform: none;
   --hwx-text_font-size: clamp(1rem, 0.9891rem + 0.0467vw, 1.1rem);
   --hwx-text_color: rgba(0, 0, 0, 1);
   --hwx-text_bg_color: rgba(255, 255, 255, 0);
   --hwx-btn_text-color: rgba(0, 0, 0, 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: none;
   --hwx-link_text-color: rgba(117, 161, 7, 1);
   --hwx-link_bg-color: rgba(255, 255, 255, 0);
   --hwx-link_text-color-hover: rgba(0, 0, 0, 0.1);
   --hwx-link_bg-color-hover: rgba(56, 158, 196, 0);
}

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

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

