/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@font-face {
	font-family : 'MiloOT';  
	src : url("fonts/MiloOT.otf") format("opentype");
}

@font-face {
	font-family : 'MiloOT-LightIta';  
	src : url("fonts/MiloOT-LightIta.otf") format("opentype");
}

@font-face {
	font-family : 'MiloOT-Bold';  
	src : url("fonts/MiloOT-Bold.otf") format("opentype");
}

p, .wpcf7-form-control, .inner, .iwt-text, .search-submit, .content h2, li {
	font-family : 'MiloOT' !important;
}

h5, strong, .widget h4, h4 strong, .primary-color, .ascend #footer-outer #footer-widgets .col ul li a, .ascend #sidebar div ul li a, a span {
	font-family : 'MiloOT-Bold' !important;
}

p i {
	font-family : 'MiloOT-LightIta' !important;
}




