/* Crimson Roman */

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

/* Crimson Bold */
@font-face {
    font-family: 'Crimson Roman';
    src: url('/fonts/crimsontext-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/crimsontext-bold-webfont.woff') format('woff'),
        url('/fonts/crimsontext-bold-webfont.ttf')  format('truetype'),
        url('/fonts/crimsontext-bold-webfont.svg#svgFontName') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* Crimson Bold Italic */
@font-face {
    font-family: 'Crimson Roman';
    src: url('/fonts/crimsontext-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/crimsontext-bolditalic-webfont.woff') format('woff'),
        url('/fonts/crimsontext-bolditalic-webfont.ttf')  format('truetype'),
        url('/fonts/crimsontext-bolditalic-webfont.svg#svgFontName') format('svg');
    font-weight: 700;
    font-style: italic;
}

/* Crimson Italic */
@font-face {
    font-family: 'Crimson Roman';
    src: url('/fonts/crimsontext-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/crimsontext-italic-webfont.woff') format('woff'),
        url('/fonts/crimsontext-italic-webfont.ttf')  format('truetype'),
        url('/fonts/crimsontext-italic-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* Crimson Semibold */
@font-face {
    font-family: 'Crimson Roman';
    src: url('/fonts/crimsontext-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/crimsontext-semibold-webfont.woff') format('woff'),
        url('/fonts/crimsontext-semibold-webfont.ttf')  format('truetype'),
        url('/fonts/crimsontext-semibold-webfont.svg#svgFontName') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* Crimson Semibold Italic */
@font-face {
    font-family: 'Crimson Roman';
    src: url('/fonts/crimsontext-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/crimsontext-semibolditalic-webfont.woff') format('woff'),
        url('/fonts/crimsontext-semibolditalic-webfont.ttf')  format('truetype'),
        url('/fonts/crimsontext-semibolditalic-webfont.svg#svgFontName') format('svg');
    font-weight: 500;
    font-style: italic;
}

/* Lato Light */
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-light-webfont.eot');
    src: url('/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-light-webfont.woff2') format('woff2'),
         url('/fonts/lato-light-webfont.woff') format('woff'),
         url('/fonts/lato-light-webfont.ttf') format('truetype'),
         url('/fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}

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

/* Lato Bold */
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-semibold-webfont.eot');
    src: url('/fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('/fonts/lato-semibold-webfont.woff') format('woff'),
         url('/fonts/lato-semibold-webfont.ttf') format('truetype'),
         url('/fonts/lato-semibold-webfont.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* Lato Italic */
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-italic-webfont.eot');
    src: url('/fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-italic-webfont.woff2') format('woff2'),
         url('/fonts/lato-italic-webfont.woff') format('woff'),
         url('/fonts/lato-italic-webfont.ttf') format('truetype'),
         url('/fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* Lato Bold Italic */
@font-face {
    font-family: 'Lato';
    src: url('/fonts/lato-semibolditalic-webfont.eot');
    src: url('/fonts/lato-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-semibolditalic-webfont.woff2') format('woff2'),
         url('/fonts/lato-semibolditalic-webfont.woff') format('woff'),
         url('/fonts/lato-semibolditalic-webfont.ttf') format('truetype'),
         url('/fonts/lato-semibolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}