/* Polices Sora servies localement (RGPD : aucun appel a Google Fonts).
   Les poids demandes historiquement (300, 500) sont rabattus sur les
   fichiers disponibles : Regular (300-400), SemiBold (500-600), Bold (700). */
@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora-Regular.bfeeb5e13e67.ttf") format('truetype');
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora-SemiBold.f8cac1d628cd.ttf") format('truetype');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora-Bold.12cadb80e191.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
