/* Add Google WebFonts */
@import url(http://fonts.googleapis.com/css?family=Oswald:300);
@import url(http://fonts.googleapis.com/css?family=Oswald);

@font-face {
    font-family: 'BebasRegular';
    src: url('../font/bebas-webfont.eot');
    src: url('../font/bebas-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/bebas-webfont.woff') format('woff'),
         url('../font/bebas-webfont.ttf') format('truetype'),
         url('../font/bebas-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AngelinaRegular';
    src: url('../font/angelina-webfont.eot');
    src: url('../font/angelina-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/angelina-webfont.woff') format('woff'),
         url('../font/angelina-webfont.ttf') format('truetype'),
         url('../font/angelina-webfont.svg#AngelinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
