/* Chemin relatif au fichier fonts.css : ../fonts/Cera-Pro/ */

@font-face {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Cera-Pro/CeraPro-Thin.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cera Pro';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/Cera-Pro/CeraPro-ThinItalic.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Cera-Pro/CeraPro-Light.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cera Pro';
    font-style: italic;
    font-weight: 200;
    src: url('../fonts/Cera-Pro/CeraPro-LightItalic.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Cera-Pro/CeraPro-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cera Pro';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/Cera-Pro/CeraPro-Italic.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Cera-Pro/CeraPro-Medium.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cera Pro';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/Cera-Pro/CeraPro-MediumItalic.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Cera-Pro/CeraPro-Black.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Cera Pro';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/Cera-Pro/CeraPro-BlackItalic.ttf') format('truetype');
  }
  
  
  /* Chemin relatif au fichier fonts.css : ../fonts/GoogleSans/ */
  
  @font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Google Sans';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/GoogleSans/GoogleSans-Italic.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/GoogleSans/GoogleSans-Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Google Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/GoogleSans/GoogleSans-BoldItalic.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/GoogleSans/GoogleSans-Medium.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Google Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/GoogleSans/GoogleSans-MediumItalic.ttf') format('truetype');
  }
  
  /* Chemin relatif au fichier fonts.css : ../fonts/Comfortaa/ */

@font-face {
    font-family: 'Comfortaa Light';
    font-style: normal;
    src: url('../fonts/Comfortaa/Comfortaa-Light.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    src: url('../fonts/Comfortaa/Comfortaa-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Comfortaa Medium';
    font-style: normal;
    src: url('../fonts/Comfortaa/Comfortaa-Medium.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Comfortaa/Comfortaa-Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Comfortaa SemiBold';
    font-style: normal;
    src: url('../fonts/Comfortaa/Comfortaa-SemiBold.ttf') format('truetype');
  }
  
/* Raleway */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
}