/* --------- ENGLISH ---------------------- */
@font-face {
    font-family: 'ZapfHumanist601BT';
    src: url('/fonts/ZapfHumanist601BT-Roman.woff2') format('woff2'),
         url('/fonts/ZapfHumanist601BT-Roman.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'CorbeauExtPro';
  src: url('/fonts/CorbeauExtPro-Light.woff2')format('woff2'),
       url('/fonts/CorbeauExtPro-Light.woff')format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Inconsolata';
    src: url('/fonts/Inconsolata.woff2') format('woff2'),
         url('/fonts/Inconsolata.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ///////////////////////////////////////////////////////////////////////// */
html, body {
    font-family: 'CorbeauExtPro' !important;
    font-size:1.15rem;
    font-style:normal;
    line-height:1.55rem;   
    background-color: #E1E1E1;/* silver */
    color:#222;
    word-spacing: 0;   
    margin:0;
    padding:0;
}
/* ///////////////////////////////////////////////////////////////////////// */
/* HEADINGS //////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////// */
h1, h2,h3,h4,h5 {
 font-family: 'ZapfHumanist601BT' !important;
 /*white-space:nowrap;*/
 line-height:2.4rem;
 font-weight:400;
 color: #000;
}
h1 {font-size: 2.80rem}
h2 {font-size: 1.80rem;}
h3 {font-size: 1.60rem}
h4 {font-size: 1.40rem}
h5 {font-size: 1.20rem}