// Karla
// -------------------------------------------------------------------------------------------------------
@font-face {
    font-family: 'Karla';
    src: url('/assets/font/karla-bold-webfont.eot');
    src: url('/assets/font/karla-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/font/karla-bold-webfont.woff2') format('woff2'),
         url('/assets/font/karla-bold-webfont.woff') format('woff'),
         url('/assets/font/karla-bold-webfont.ttf') format('truetype'),
         url('/assets/font/karla-bold-webfont.svg#karlabold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Karla';
    src: url('/assets/font/karla-bolditalic-webfont.eot');
    src: url('/assets/font/karla-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/font/karla-bolditalic-webfont.woff2') format('woff2'),
         url('/assets/font/karla-bolditalic-webfont.woff') format('woff'),
         url('/assets/font/karla-bolditalic-webfont.ttf') format('truetype'),
         url('/assets/font/karla-bolditalic-webfont.svg#karlabolditalic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Karla';
    src: url('/assets/font/karla-italic-webfont.eot');
    src: url('/assets/font/karla-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/font/karla-italic-webfont.woff2') format('woff2'),
         url('/assets/font/karla-italic-webfont.woff') format('woff'),
         url('/assets/font/karla-italic-webfont.ttf') format('truetype'),
         url('/assets/font/karla-italic-webfont.svg#karlaitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Karla';
    src: url('/assets/font/karla-regular-webfont.eot');
    src: url('/assets/font/karla-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/font/karla-regular-webfont.woff2') format('woff2'),
         url('/assets/font/karla-regular-webfont.woff') format('woff'),
         url('/assets/font/karla-regular-webfont.ttf') format('truetype'),
         url('/assets/font/karla-regular-webfont.svg#karlaregular') format('svg');
    font-weight: 400;
    font-style: normal;

}