/**
 * Les caractères embarqués, servis depuis le dossier. Aucune requête sortante :
 * une planche qui appelle une fonderie distante juge une approximation le jour où
 * le réseau flanche.
 *
 * Gill Sans et Overpass viennent du produit, où ils servent déjà en production.
 * Merriweather et DM Serif sont sous licence SIL Open Font, non contaminante.
 */

@font-face {
  font-family: 'Gill Sans Prod';
  src: url('polices/GillSans.otf') format('opentype');
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: 'Gill Sans Prod';
  src: url('polices/GillSansBold.otf') format('opentype');
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: 'Overpass Prod';
  src: url('polices/OverpassBold.woff2') format('woff2');
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: 'Merriweather';
  src: url('polices/merriweather-normal-latin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Merriweather';
  src: url('polices/merriweather-italic-latin.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'DM Serif';
  src: url('polices/dm-serif-normal-latin.woff2') format('woff2');
  font-weight: 400;
  font-display: block;
}
