/* font styles for headers and menu using Copse-Regular and BebasNeueRegular open font
----------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Copse-Regular';
	src: url('../fonts/Copse-Regular.eot');
	src: url('../fonts/Copse-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Copse-Regular.woff') format('woff'),
		 url('../fonts/Copse-Regular.ttf') format('truetype'),
		 url('../fonts/Copse-Regular.svg#Copse-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/BebasNeue-webfont.woff') format('woff'),
		 url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
		 url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'ds-digitalbold_italic';
    src: url('../fonts/ds-digit-webfont.eot');
    src: url('../fonts/ds-digit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ds-digit-webfont.woff') format('woff'),
         url('../fonts/ds-digit-webfont.ttf') format('truetype'),
         url('../fonts/ds-digit-webfont.svg#ds-digitalbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'minionProMedium';
    src: url('../fonts/MinionPro-Medium.eot');
    src: url('../fonts/MinionPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MinionPro-Medium.woff') format('woff'),
         url('../fonts/MinionPro-Medium.ttf') format('truetype'),
         url('../fonts/MinionPro-Medium.svg#minionProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'minionProBold';
    src: url('../fonts/MinionPro-Bold.eot');
    src: url('../fonts/MinionPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MinionPro-Bold.woff') format('woff'),
         url('../fonts/MinionPro-Bold.ttf') format('truetype'),
         url('../fonts/MinionPro-Bold.svg#minionProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-family: "Copse-Regular"; }

h1.sans,
h2.sans,
h3.sans,
h4.sans,
h5.sans,
h6.sans { font-family: "BebasNeueRegular"; }

h1.mmc,
h2.mmc,
h3.mmc,
h4.mmc,
h5.mmc,
h6.mmc { font-family: "minionProBold"; }

p.mmc { font-family: "minionProMedium"; }

h1.digital,
h2.digital,
h3.digital,
h4.digital,
h5.digital,
h6.digital { font-family: "ds-digitalbold_italic"; }

/* h1 { font-size: 44px; line-height: 44px; } */
/* h2 { font-size: 30px; line-height: 30px; } */
/* h3 { font-size: 24px; line-height: 24px; } */
/* h4, h5, h6 { font-size: 22px; line-height: 22px; } */

ul#nav li ul li {
font-family: "BebasNeueRegular";
/*font-size: 125%;*/
}