/* ======================================================================== */
/* ! Font
/* ======================================================================== */
@font-face {
    font-family: 'P22 Corinthia';
    src: url('../font/p22-corinthia.eot');
    src: url('../font/p22-corinthia.eot?#iefix') format('embedded-opentype'),
         url('../font/p22-corinthia.woff2') format('woff2'),
         url('../font/p22-corinthia.woff') format('woff'),
         url('../font/p22-corinthia.ttf') format('truetype'),
         url('../font/p22-corinthia.svg#p22_corinthiaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src:  url('../font/fontawesome-webfont.eot?v=4.2.0');
  src:  url('../font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
        url('../font/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
        url('../font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
        url('../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'code_lightregular';
    src: url('../font/code_light-webfont.eot');
    src: url('../font/code_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/code_light-webfont.woff2') format('woff2'),
         url('../font/code_light-webfont.woff') format('woff'),
         url('../font/code_light-webfont.ttf') format('truetype'),
         url('../font/code_light-webfont.svg#code_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "outlined-iconset";
  src:url("../font/outlined-iconset.eot");
  src:url("../font/outlined-iconset.eot?#iefix") format("embedded-opentype"),
    url("../font/outlined-iconset.woff") format("woff"),
    url("../font/outlined-iconset.ttf") format("truetype"),
    url("../font/outlined-iconset.svg#outlined-iconset") format("svg");
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'eightyshades';
  src:url('../font/eightyshades.eot');
  src:url('../font/eightyshades.eot?#iefix') format('embedded-opentype'),
    url('../font/eightyshades.woff') format('woff'),
    url('../font/eightyshades.ttf') format('truetype'),
    url('../font/eightyshades.svg#eightyshades') format('svg');
  font-weight: normal;
  font-style: normal;
}