/*
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: 'MuseoSans-500';
    src: url("fonts/MuseoSans-500.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    }

@font-face { 
    font-family: 'MuseoSans-300';
    src: url("fonts/MuseoSans-300.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    }

@font-face { 
    font-family: 'MuseoSlab-500';
    src: url("fonts/MuseoSlab-500.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    }


/* Regular Text Font Family */
html {
    font-family: 'MuseoSans-300';
    }

/* Headings Font Family */
h1, h2, h3, h4, h5, h6 {
    font-family: 'MuseoSlab-500';
    }


/* By Hossein*/
.page-404:before {
    
    content: "." !important; 
	color:#ffffff !important;
  
}











