/* Normal Fonts */
@font-face {
  font-family: Geomanist;
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/geomanist-regular-webfont.ttf');
}
@font-face {
  font-family: Geomanist;
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/geomanist-book-webfont.ttf');
}
@font-face {
  font-family: Geomanist;
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/geomanist-bold-webfont.ttf');
}
@font-face {
  font-family: Geomanist;
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/geomanist-black-webfont.ttf');
}

/* Italic Fonts */
@font-face {
  font-family: Geomanist;
  font-weight: 500;
  font-style: italic;
  src: url('../fonts/geomanist-regular-italic-webfont.ttf');
}
@font-face {
  font-family: Geomanist;
  font-weight: 600;
  font-style: italic;
  src: url('../fonts/geomanist-book-italic-webfont.ttf');
}
@font-face {
  font-family: Geomanist;
  font-weight: 700;
  font-style: italic;
  src: url('../fonts/geomanist-bold-italic-webfont.ttf');
}
@font-face {
  font-family: Geomanist;
  font-weight: 900;
  font-style: italic;
  src: url('../fonts/geomanist-black-italic-webfont.ttf');
}