/* Earl Sans */
/*@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Light.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Light.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

/* Thin */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Thin.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Thin.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Thin Italic */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Thinitalic.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Thinitalic.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Thinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}


/* Light */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Light.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Light.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Lightitalic.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Lightitalic.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Lightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


/* Regular */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Regular.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Regular.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Regular Italic */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Regularitalic.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Regularitalic.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Regularitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Bold.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Bold.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Bolditalic.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Bolditalic.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Bolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Black.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Black.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Black Italic */
@font-face {
    font-family: 'Earl Sans';
    src: url('fonts/EarlSans/OTF/EarlSans-Blackitalic.otf') format('opentype'), url('fonts/EarlSans/WOFF/EarlSans-Blackitalic.woff') format('woff'), url('fonts/EarlSans/TTF/EarlSans-Blackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


