/**
 * Déclarations des polices - Contre la traite
 * Drupal 11 - Polices Roboto
 */

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/roboto-regular-webfont.woff2") format("woff2"),
       url("../../fonts/roboto-regular-webfont.woff") format("woff"),
       url("../../fonts/roboto-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/roboto-bold-webfont.woff2") format("woff2"),
       url("../../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Alias pour compatibilité avec l'ancien thème */
@font-face {
  font-family: "robotoregular";
  src: url("../../fonts/roboto-regular-webfont.woff2") format("woff2"),
       url("../../fonts/roboto-regular-webfont.woff") format("woff"),
       url("../../fonts/roboto-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "robotobold";
  src: url("../../fonts/roboto-bold-webfont.woff2") format("woff2"),
       url("../../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}