@charset "UTF-8";
/* 
================================================================================
==================================== Loading font ==============================
================================================================================
*/
@font-face {
  font-family: 'Oswald Regular';
  src: url("../fonts/Oswald/Oswald-Regular.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald Light';
  src: url("../fonts/Oswald/Oswald-Light.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald Bold';
  src: url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PT Serif Web Bold';
  src: url("../fonts/PT_Serif/PT_Serif-Web-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PT Serif Web Bold Italic';
  src: url("../fonts/PT_Serif/PT_Serif-Web-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: Italic;
}

@font-face {
  font-family: 'PT Serif Web Italic';
  src: url("../fonts/PT_Serif/PT_Serif-Web-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Serif Web Regular';
  src: url("../fonts/PT_Serif/PT_Serif-Web-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

@font-face{ 
  font-family: 'Otama';
  src: url('../fonts/otama/Otama-ep-webfont.eot');
  src: url('../fonts/otama/Otama-ep-webfont.eot?iefix') format('eot'),
       url('../fonts/otama/Otama-ep-webfont.woff') format('woff'),
       url('../fonts/otama/Otama-ep-webfont.ttf') format('truetype'),
       url('../fonts/otama/Otama-ep-webfont.svg#webfont') format('svg');
}

@font-face {
  font-family: 'HeraBig-Regular';
  src: url("../fonts/herabig/HeraBig-Regular.otf") format("opentype");
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ravishly-webfont';
    src: url('../font/ravishly-webfont.svg?90467914#ravishly-webfont') format('svg');
  }
}
*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), 
    	 url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), 
    	 url("../fonts/glyphicons-halflings-regular.woff") format("woff"), 
    	 url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), 
    	 url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}


