/*
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: 'GothamPro-Bold';
    src: url('font/original_gotham-pro-bold.eot?#iefix') format('embedded-opentype'), 
         url('font/original_gotham-pro-bold.woff') format('woff'),
         url('font/original_gotham-pro-bold.ttf') format('truetype'),
         url('font/original_gotham-pro-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamPro-Medium';
    src: url('font/original_gotham-pro-medium.eot?#iefix') format('embedded-opentype'), 
         url('font/original_gotham-pro-medium.woff') format('woff'),
         url('font/original_gotham-pro-medium.ttf') format('truetype'),
         url('font/original_gotham-pro-medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1, h2, h3, h4, h5,h6 {
	font-family: 'GothamPro-Bold' !important;
}
p {
   font-family: 'GothamPro-Medium' !important;
}
nav.main_menu.drop_down.center a {
    font-family: 'GothamPro-Medium' !important;
}