/*
	Theme Name: Epic Blank
 	Theme URI: http://epicup.eu
	Description: Epic Blank WordPress Theme
	Version: 1.0.0
	Author: EpicUp
	Author URI: http://coulomb.pl
*/

/* Fonts */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

/* =WordPress Core
-------------------------------------------------------------- */
@font-face {
    font-family: 'CalibreRegular';
    src: url('fonts/CalibreRegular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Gara';
    src: url('fonts/GARA.TTF') format('truetype'); 
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
body{
    font-family: 'CalibreRegular',Serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
}