/**
 * Ficher css permettant d'appeler les différentes polices (fonts) du site pro
 **/

@font-face
{
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face
{
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face
{
  font-family: 'Halant';
  src: url('../fonts/Halant-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face
{
  font-family: 'Tangerine';
  src: url('../fonts/Tangerine_Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
