/*************************************************
 * Site Name: School of Public Health
 * 
 * Description: Fonts stylesheet
 * Author: IU Communications 
 * Author URI: http://communications.iu.edu
 ************************************************/

/* Lato */

@font-face {
    font-family: 'LatoBlackItalic';
    src: url('../fonts/Lato/Lato-BlackItalic-webfont.eot');
    src: url('../fonts/Lato/Lato-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-BlackItalic-webfont.svg#LatoBlackItalic') format('svg'),
         url('../fonts/Lato/Lato-BlackItalic-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-BlackItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBlack';
    src: url('../fonts/Lato/Lato-Black-webfont.eot');
    src: url('../fonts/Lato/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-Black-webfont.svg#LatoBlack') format('svg'),
         url('../fonts/Lato/Lato-Black-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-Black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBoldItalic';
    src: url('../fonts/Lato/Lato-BoldItalic-webfont.eot');
    src: url('../fonts/Lato/Lato-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-BoldItalic-webfont.svg#LatoBoldItalic') format('svg'),
         url('../fonts/Lato/Lato-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/Lato/Lato-Bold-webfont.eot');
    src: url('../fonts/Lato/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-Bold-webfont.svg#LatoBold') format('svg'),
         url('../fonts/Lato/Lato-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoItalic';
    src: url('../fonts/Lato/Lato-Italic-webfont.eot');
    src: url('../fonts/Lato/Lato-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-Italic-webfont.svg#LatoItalic') format('svg'),
         url('../fonts/Lato/Lato-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/Lato/Lato-Regular-webfont.eot');
    src: url('../fonts/Lato/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-Regular-webfont.svg#LatoRegular') format('svg'),
         url('../fonts/Lato/Lato-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoLightItalic';
    src: url('../fonts/Lato/Lato-LightItalic-webfont.eot');
    src: url('../fonts/Lato/Lato-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-LightItalic-webfont.svg#LatoLightItalic') format('svg'),
         url('../fonts/Lato/Lato-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-LightItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/Lato/Lato-Light-webfont.eot');
    src: url('../fonts/Lato/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato/Lato-Light-webfont.svg#LatoLight') format('svg'),
         url('../fonts/Lato/Lato-Light-webfont.ttf') format('truetype'),
         url('../fonts/Lato/Lato-Light-webfont.woff') format('woff');

    font-weight: normal;
    font-style: normal;
}

/* Merriweather */

@font-face {
    font-family: 'MerriweatherRegular';
    src: url('../fonts/Merriweather/Merriweather-webfont.eot');
    src: url('../fonts/Merriweather/Merriweather-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Merriweather/Merriweather-webfont.svg#MerriweatherRegular') format('svg'),
         url('../fonts/Merriweather/Merriweather-webfont.woff') format('woff'),
         url('../fonts/Merriweather/Merriweather-webfont.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

/*** Benton Sans Cond ***/

@font-face {
    font-family: 'BentonSansCondensedRegular';
    src: url('../fonts/benton-sans-condensed/regular.eot');
    src: url('../fonts/benton-sans-condensed/regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/benton-sans-condensed/regular.woff') format('woff'),
         url('../fonts/benton-sans-condensed/regular.ttf') format('truetype'),
         url('../fonts/benton-sans-condensed/regular.svg#BentonSansCondensedRegular') format('svg');
    font-style: normal;
    font-weight: normal;
}