/* ===================================================================== */
/*                             BaseCustom.css                            */
/* � 2020  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - D�FINITION -------------------------------------------------------- */
/* Affichage de base.                                                    */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */


/* --------------------------------------------------------------------- */
/* Constantes.                                                           */

/* --------------------------------------------------------------------- */
/* Chargement des fonts.                                                 */

@font-face {
  font-family: Montserrat;
  src: url(Montserrat-Regular.ttf)
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(Montserrat-SemiBold.ttf)
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(Montserrat-Bold.ttf)
}

@font-face {
  font-family: Unna;
  src: url(Unna-Regular.ttf)
}

