@font-face {
  font-family: 'GothamUltra';
  src: url(fonts/Gotham-Ultra.otf);
}
@font-face {
  font-family: 'GothamBold';
  src: url(fonts/Gotham-Bold.otf);
}
@font-face {
  font-family: 'GothamBlack';
  src: url(fonts/Gotham-Black.otf);
}
@font-face {
  font-family: 'GothamBook';
  src: url(fonts/Gotham-Book.otf), url(fonts/Gotham-Book.woff);
}
@font-face {
  font-family: 'GothamMedium';
  src: url(fonts/Gotham-Medium.otf);
}
@font-face {
  font-family: 'GothamThin';
  src: url(fonts/Gotham-Thin.otf);
}
@font-face {
  font-family: 'GothamLight';
  src: url(fonts/Gotham-Light.otf);
}
@font-face {
  font-family: 'GothamLight';
  src: url(fonts/gothamroundedlight.ttf);
}
@font-face {
  font-family: 'Bebas-Regular';
  src: url(fonts/Bebas-Regular.otf);
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'BrandonGrotesqueRegular';
  src: url(fonts/Brandon_reg.otf);
}
@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("FontAwesome.otf");
       src : url("fontawesome-webfont.eot") format("embedded-opentype"),
             url("fontawesome-webfont.woff2") format("woff2"),
             url("fontawesome-webfont.woff") format("woff"),
             url("fontawesome-webfont.ttf") format("truetype"),
             url("fontawesome-webfont.svg") format("svg");
}

.gotham-ultra {font-family: 'GothamUltra', sans-serif;}
.gotham-bold {font-family: 'GothamBold', sans-serif;}
.gotham-black {font-family: 'GothamBlack', sans-serif;}
.gotham-book {font-family: 'GothamBook', sans-serif;}
.gotham-medium {font-family: 'GothamMedium', sans-serif;}
.gotham-thin {font-family: 'GothamThin', sans-serif;}
.gotham-light {font-family: 'GothamLight', sans-serif;}
.gotham-rounded-light { font-family: 'GothamRoundedLight', sans-serif;}
.bebas-regular {font-family: 'Bebas-Regular', sans-serif;}
.roboto-regular {font-family: 'Roboto-Regular', sans-serif;}
.brandon-regular {font-family: 'BrandonGrotesqueRegular', sans-serif;}
.fontawsome{font-family: "FontAwesome", sans-serif;}
