/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
    font-family: 'LatoLatin';
    src: url('fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin-Bold.ttf') format('truetype'); 
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLatin';
    src: url('fonts/LatoLatin-Italic.eot');
    src: url('fonts/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/LatoLatin-Italic.woff') format('woff'),
         url('fonts/LatoLatin-Italic.ttf') format('truetype'); 
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLatin';
    src: url('fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLatinBlack';
    src: url('fonts/LatoLatinBlack-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatinBlack-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatinBlack-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatinBlack-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {font-family: 'Menu';src: local('Menu'), local('Menu'),url('fonts/Menu.woff2') format('woff2'),url('fonts/Menu.woff') format('woff');}

body {
	font-family: 'LatoLatin';
	background: #fff !important;
}

textarea,
input,
.entry-content p,
.contentbox ul li {
	font-family: 'LatoLatin' !important;	
}

h1,
h2,
h3 {
	font-family: 'LatoLatin' !important;
}

h4,
h5,
h6,
h7 {
	font-family: 'LatoLatin' !important;
}

h1 a {
    font-family: 'LatoLatinBlack' !important;	
}

ul li {
	font-family: 'LatoLatin' !important;	
}