/*
  Only put fonts in stylesheets. Using `injectGlobal` with styled-components causes fonts to be requested.
  See due to this bug https://github.com/styled-components/styled-components/issues/1593
*/
@font-face {
  font-family: "Light";
  src: url("fonts/Gotham-Light.eot");
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
      url("fonts/Gotham-Light.woff2") format("woff2"),
      url("fonts/Gotham-Light.woff") format("woff"),
      url("fonts/Gotham-Light.ttf") format("truetype"),
      url("fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

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

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

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

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