/*!
 * Custome Fonts
 * Gotham Font Family
 * gotham-black, gotham-bold, gotham-book, gotham-light, gotham-medium, gotham-thin
 */

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

@font-face {
    font-family: 'gotham-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: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-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: 'gotham-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: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-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: normal;
    font-style: normal;
}

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

/* new font (Spartan)*/
@font-face{
  font-family:'Alata_Regular';
  src:url("../fonts/static/Alata-Regular.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Spartan_Regular';
  src:url("../fonts/static/Spartan-Regular.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Spartan_Medium';
  src:url("../fonts/static/Spartan-Medium.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Spartan_Bold';
  src:url("../fonts/static/Spartan-Bold.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Spartan_ExtraBold';
  src:url("../fonts/static/Spartan-ExtraBold.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Spartan_SemiBold';
  src:url("../fonts/static/Spartan-SemiBold.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Spartan_Light';
  src:url("../fonts/static/Spartan-Light.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Spartan_Thin';
  src:url("../fonts/static/Spartan-Thin.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Spartan_Black';
  src:url("../fonts/static/Spartan-Black.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Montserrat_ExtraBold';
  src:url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Montserrat_Bold';
  src:url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Montserrat_SemiBold';
  src:url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
@font-face{
  font-family:'Montserrat_Regular';
  src:url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}
