/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

@font-face { 
    font-family: 'open-sans-v15-latin-regular';
    src: url("fonts/open-sans-v15-latin-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    }

/* fonts added by MD */

@font-face { 
    font-family: 'open-sans-v15-latin-700';
    src: url("fonts/open-sans-v15-latin-700.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    }

@font-face { 
    font-family: 'open-sans-v15-latin-700italic';
    src: url("fonts/open-sans-v15-latin-700italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    }

/* Regular Text Font Family */
html {
    font-family: 'open-sans-v15-latin-regular';
    }

/* Headings Font Family */
h1, h2, h3, h4, h5, h6 {
    font-family: 'open-sans-v15-latin-regular';
    }