/*
** Réalisation : LaFabrikk
** https://www.lafabrikk.fr
*/

@font-face {
    font-family: 'antagometrica';
    src: url('../fonts/antagometrica.woff') format('woff'),
    url('../fonts/antagometrica.ttf') format("truetype");
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/*@font-face {
  font-family: 'daydream';
  src: url('daydream.woff') format('woff'),
  url('daydream.ttf') format("truetype");
  font-weight: 400;
  text-rendering: optimizeLegibility;
}*/

@font-face {
  font-family: 'avenir';
  src: url('../fonts/avenir-black.woff') format('woff'),
  url('../fonts/avenir-black.ttf') format("truetype");
  font-weight: 900;
  text-rendering: optimizeLegibility;
}