/* 
    Document   : fonts
    Created on : 19-Nov-2013, 10:48:11 AM
    Author     : jchunick
    Description:
        Defines the fonts used in the theme
*/

/* CSS Document */

/* Gotham Light & Gotham Light Italic */
@font-face {
  font-family: "Gotham Light";
  src: url("type/Gotham-Light.eot");
  src: local("☺"),
    url("type/Gotham-Light.woff") format("woff"),
    url("type/Gotham-Light.otf") format("opentype"),
    url("type/Gotham-Light.svg#Gotham-Light") format("svg");
  }
@font-face {
  font-family: "Gotham Light";
  src: url("type/Gotham-LightIta.eot");
  src: local("☺"),
    url("type/Gotham-LightIta.woff") format("woff"),
    url("type/Gotham-LightIta.otf") format("opentype"),
    url("type/Gotham-LightIta.svg#Gotham-LightIta") format("svg");
  font-weight: normal;
  font-style: italic;
}

/* Gotham Book & Gotham Book Italic */ 
@font-face {
  font-family: "Gotham";
  src: url("type/Gotham-Book.eot");
  src: local("☺"),
    url("type/Gotham-Book.woff") format("woff"),
    url("type/Gotham-Book.otf") format("opentype"),
    url("type/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;  
}
@font-face {
  font-family: "Gotham";
  src: url("type/Gotham-BookIta.eot");
  src: local("☺"),
    url("type/Gotham-BookIta.woff") format("woff"),
    url("type/Gotham-BookIta.otf") format("opentype"),
    url("type/Gotham-BookIta.svg#Gotham-BookIta") format("svg");
  font-weight: normal;
  font-style: italic;
}
  
/* Gotham Medium for Bold */
@font-face {
  font-family: "Gotham";
  src: url("type/Gotham-Medium.eot");
  src: local("☺"),
    url("type/Gotham-Medium.woff") format("woff"),
    url("type/Gotham-Medium.otf") format("opentype"),
    url("type/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: bold;
  font-style: normal;  
}
@font-face {
  font-family: "Gotham";
  src: url("type/Gotham-Medium.eot");
  src: local("☺"),
    url("type/Gotham-Medium.woff") format("woff"),
    url("type/Gotham-Medium.otf") format("opentype"),
    url("type/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: bold;
  font-style: italic;  
}