/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@font-face {
    font-family: ProximaNovaRegular;
    src: url("ProximaNovaRegular.otf") format("opentype");
}
@font-face {
    font-family: ProximaNovaLight;
    src: url("ProximaNovaLight.otf") format("opentype");
}
@font-face {
    font-family: ProximaNovaBold;
    src: url("ProximaNovaBold.otf") format("opentype");
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "ProximaNovaRegular";
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-family: "ProximaNovaBold";
	font-weight: normal;
}