/* GOTHAM */

@font-face {
font-family: "Gotham";
font-style: normal;
src: url("../fonts/jodel/Gotham-Book.otf") format("opentype");
}

@font-face {
font-family: "Gotham";
font-style: italic;
src: url("../fonts/jodel/Gotham-BookItalic.otf") format("opentype");
}

@font-face {
font-family: "Gotham";
font-style: normal;
font-weight: bold;
src: url("../fonts/jodel/Gotham-Bold.otf") format("opentype");
}

@font-face {
font-family: "Gotham";
font-style: italic;
font-weight: bold;
src: url("../fonts/jodel/Gotham-BoldItalic.otf") format("opentype");
}

/* ICOMOON */

@font-face {
  font-family: "icomoon";
  src:  url("../fonts/jodel/icomoon.eot?kp7wew");
  src:  url("../fonts/jodel/icomoon.eot?kp7wew#iefix") format("embedded-opentype"),
  url("../fonts/jodel/icomoon.ttf?kp7wew") format("truetype"),
  url("../fonts/jodel/icomoon.woff?kp7wew") format("woff"),
  url("../fonts/jodel/icomoon.svg?kp7wew#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-app-store-outline:before {
  content: "\e901";
  color: #fff;
}
.icon-app-store-filled:before {
  content: "\e900";
  color: #fff;
}
.icon-google-play-outline:before {
  content: "\e903";
  color: #fff;
}
.icon-google-play-filled:before {
  content: "\e902";
  color: #fff;
}
.icon-scroll-down:before {
  content: "\e904";
}
.icon-location-icon:before {
  content: "\e905";
}
.icon-post-icon:before {
  content: "\e906";
}
.icon-vote-icon:before {
  content: "\e907";
}
.icon-continue-arrow:before {
  content: "\e908";
}
