/* =====================================================
   FONTS
===================================================== */

@font-face {
    font-family: 'futura_ltbold';
    src: url('/mod_poi/fonts/futuralt-bold-webfont.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_ltbook';
    src: url('/mod_poi/fonts/futuralt-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*PP Neue*/
@font-face {
  font-family: 'PP Neue Corp Wide';
  src: url('/mod_poi/fonts/PPNeueCorp-WideUltrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('/mod_poi/fonts/PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chango';
  src: url('/mod_poi/fonts/Chango-Regular.ttf');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}   

h1, h2, h3, h4, h5, h6 {
  font-family: 'Chango';
}

html {font-size: 1.1em;} /* 16px */

h1 {font-size: 4.210rem; /* 67.36px */}

h2 {font-size: 3.158rem; /* 50.56px */}

h3 {font-size: 2.369rem; /* 37.92px */}

h4 {font-size: 1.777rem; /* 28.48px */}

h5 {font-size: 1.333rem; /* 21.28px */}

small {font-size: 0.750rem; /* 12px */}