/* ===========================
   TT Norms Font Family
   =========================== */

@font-face {
  font-family: 'BAHNSCHRIFT';
  src: url('fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BAHNSCHRIFT1';
  src: url('fonts/BAHNSCHRIFT10.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('fonts/TTNorms-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms';
  src: url('fonts/TTNorms-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('fonts/TTNorms-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('fonts/TTNorms-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('fonts/TTNorms-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('fonts/TTNorms-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('fonts/TTNorms-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('fonts/TTNorms-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   Binomic Font Family
   =========================== */

@font-face {
  font-family: 'Binomic';
  src: url('fonts/Binomic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Binomic';
  src: url('fonts/DearType - Binomic Slanted Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic; /* since it's slanted */
  font-display: swap;
}



.absolute-footer, html {
  background-color: #f4f4e5 !important;
}

h1, h2, h3, h4, h5, h6 {font-family: 'BAHNSCHRIFT' !important;}
.forminator-textarea:focus,
.forminator-input:focus{outline: 2px solid #ffffff00!important;}

.slider-style-container .flickity-slider>:not(.is-selected) {opacity:1;}

.mobile-nav .header-button .button.icon i {
    font-size: 2em;
}