@font-face {
	font-family: 'Sofia Pro';
	src: url('/fonts/font-sofia-pro-ultra-light.otf') format('OpenType');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro';
	src: url('/fonts/font-sofia-pro-extra-light.otf') format('OpenType');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro';
	src: url('/fonts/font-sofia-pro-light.otf') format('OpenType');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro';
	src: url('/fonts/font-sofia-pro-regular.otf') format('OpenType');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro';
	src: url('/fonts/font-sofia-pro-medium.otf') format('OpenType');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro';
	src: url('/fonts/font-sofia-pro-semi-bold.otf') format('OpenType');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro';
	src: url('/fonts/font-sofia-pro-bold.otf') format('OpenType');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia Pro';
	src: url('/fonts/font-sofia-pro-black.otf') format('OpenType');
	font-weight: 900;
	font-style: normal;
}

@font-face {
    font-family: 'Futura Passata';
    src: url('/fonts/FuturaPassata-DISPLAY.eot'); /* IE9 Compat Modes */
    src: url('/fonts/FuturaPassata-DISPLAY.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/FuturaPassata-DISPLAY.woff') format('woff'), /* Modern Browsers */
         url('/fonts/FuturaPassata-DISPLAY.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/FuturaPassata-DISPLAY.svg#FuturaPassata-DISPLAY') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Compagnon Roman';
	font-weight: normal;
	font-style: normal;
	src: url('/fonts/font-compagnon-roman.otf') format('OpenType');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura Passata';
}