@font-face {
  font-family: 'Metropolis';
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: url('../fonts/Metropolis-Regular.woff2') format('woff2'), 
       url('../fonts/Metropolis-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Metropolis';
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: url('../fonts/Metropolis-Bold.woff2') format('woff2'), 
       url('../fonts/Metropolis-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Metropolis';
  font-weight: 600;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'), 
       url('../fonts/Metropolis-SemiBold.woff') format('woff');
}

.fw600 {
  font-weight: 600;
}

@font-face {
    font-family: 'Avenir';
    font-weight: 400;
    src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    font-weight: 700;
    src: url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    font-weight: 600;
    src: url('../fonts/AvenirNextLTPro-Demi.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Demi.woff') format('woff');
    font-style: normal;
    font-display: swap;
}