/*//////////////////////////////////////////////////

------------------- NORMALES ----------------------

//////////////////////////////////////////////////*/

/*
@font-face {
  font-family: Comic Sans;
  src: url("../fonts/ComicNeue-Angular_Light.otf") format("opentype");
  font-weight: lighter;
}
*/

@font-face {
  font-family: Comic Sans;
  src: url("../fonts/comic.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: Comic Sans;
  src: url("../fonts/ComicNeue-Angular_Bold.otf") format("opentype");
  font-weight: bold;
}

/*//////////////////////////////////////////////////

------------------- OBLIQUE -----------------------

//////////////////////////////////////////////////*/

/*
@font-face {
  font-family: Comic Sans Oblique;
  src: url("../fonts/ComicNeue-Angular_Light_Oblique.otf") format("opentype");
  font-weight: lighter;
}
*/

@font-face {
  font-family: Comic Sans Oblique;
  src: url("../fonts/ComicNeue-Angular_Regular_Oblique.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: Comic Sans Oblique;
  src: url("../fonts/ComicNeue-Angular_Bold_Oblique.otf") format("opentype");
  font-weight: bold;
}


