@font-face{
	font-family:myriad pro;
	font-style:normal;
	font-weight:300;
	src:local('Myriad Pro'), url('fonts/MYRIADPRO-LIGHT_0.ttf?rad6zi') format('truetype'), 
         url('fonts/MYRIADPRO-LIGHT_0.woff?rad6zi') format('woff'), 
         url('fonts/MYRIADPRO-LIGHT_0.woff2?rad6zi') format('woff2'), 
         url('fonts/MYRIADPRO-LIGHT_0.svg?rad6zi#myriad pro') format('svg');
}
@font-face{
	font-family:myriad pro;
	font-style:normal;
	font-weight:400;
	src:local('Myriad Pro'), url('fonts/MYRIADPRO-REGULAR.ttf?rad6zi') format('truetype'), 
         url('fonts/MYRIADPRO-REGULAR.woff?rad6zi') format('woff'), 
         url('fonts/MYRIADPRO-REGULAR.woff2?rad6zi') format('woff2'), 
         url('fonts/MYRIADPRO-REGULAR.svg?rad6zi#myriad pro') format('svg');
}
@font-face{
	font-family:myriad pro;
	font-style:normal;
	font-weight:700;
	src:local('Myriad Pro'), url('fonts/MYRIADPRO-BOLD.ttf?rad6zi') format('truetype'), 
         url('fonts/MYRIADPRO-BOLD.woff?rad6zi') format('woff'), 
         url('fonts/MYRIADPRO-BOLD.woff2?rad6zi') format('woff2'), 
         url('fonts/MYRIADPRO-BOLD.svg?rad6zi#myriad pro') format('svg');
}
@font-face{
	font-family:myriad pro;
	font-style:normal;
	font-weight:600;
	src:local('Myriad Pro'), url('fonts/MYRIADPRO-SEMIBOLD.ttf?rad6zi') format('truetype'), 
         url('fonts/MYRIADPRO-SEMIBOLD.woff?rad6zi') format('woff'), 
         url('fonts/MYRIADPRO-SEMIBOLD.woff2?rad6zi') format('woff2'), 
         url('fonts/MYRIADPRO-SEMIBOLD.svg?rad6zi#myriad pro') format('svg');
}


.myriad {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Myriad Pro', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}