/*
 * Robert Font (CoFo Robert)
 * Utilisé pour : Pages de livres, édition, contenus littéraires
 * Total : 5.9 Mo
 * 
 * ⚠️ Cette police est chargée uniquement sur les pages qui en ont besoin (lazy loading)
 */

/* black */
@font-face {
  font-family: "robert";
  font-style: normal;
  font-weight: 900;
  src: url(/css/robert/CoFo_Robert-Black.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "robert";
  font-style: italic;
  font-weight: 900;
  src: url(/css/robert/CoFo_Robert-Black_Italic.ttf) format("truetype");
  font-display: swap;
}

/* bold */
@font-face {
  font-family: "robert";
  font-style: normal;
  font-weight: 700;
  src: url(/css/robert/CoFo_Robert-Bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "robert";
  font-style: italic;
  font-weight: 700;
  src: url(/css/robert/CoFo_Robert-Bold_Italic.ttf) format("truetype");
  font-display: swap;
}

/* medium */
@font-face {
  font-family: "robert";
  font-weight: 500;
  font-style: normal;
  src: url(/css/robert/CoFo_Robert-Medium.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "robert";
  font-weight: 500;
  font-style: italic;
  src: url(/css/robert/CoFo_Robert-Medium_Italic.ttf) format("truetype");
  font-display: swap;
}

/* regular */
@font-face {
  font-family: "robert";
  font-weight: 400;
  font-style: normal;
  src: url(/css/robert/CoFo_Robert-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "robert";
  font-weight: 400;
  font-style: italic;
  src: url(/css/robert/CoFo_Robert-Regular_Italic.ttf) format("truetype");
  font-display: swap;
}

/* light */
@font-face {
  font-family: "robert";
  font-weight: 300;
  font-style: normal;
  src: url(/css/robert/CoFo_Robert-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "robert";
  font-weight: 300;
  font-style: italic;
  src: url(/css/robert/CoFo_Robert-Light_Italic.ttf) format("truetype");
  font-display: swap;
}

