/* fonts css */

/* Rubik */
@font-face {
  font-family: Rubik;
  src: url(../rubik/static/Rubik-Light.ttf);
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Rubik;
  src: url(../rubik/static/Rubik-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

/* Exo */
@font-face {
  font-family: Exo;
  src: url(../fonts/exo/static/Exo-Regular.ttf);
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Exo;
  src: url(../fonts/exo/static/Exo-Bold.ttf);
  font-style: normal;
  font-weight: bold;
}
