/*
 * Polices auto-hébergées — AUCUNE ressource en ligne (exigence intranet banque).
 * Utendo est la police institutionnelle BCEG (cf. bceg.ga).
 * Les poids intermédiaires sont mappés sur les 4 fichiers disponibles.
 */

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

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

@font-face {
  font-family: 'Utendo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Utendo-Regular.ttf') format('truetype');
}

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

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

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

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