@font-face {
    font-family: 'karla';
    src: url('karmilla-bold-016-webfont.woff2') format('woff2'),
         url('karmilla-bold-016-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'karla';
    src: url('karla-bolditalic-webfont.woff2') format('woff2'),
         url('karla-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}


@font-face {
    font-family: 'karla';
    src: url('karla-italic-webfont.woff2') format('woff2'),
         url('karla-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}


@font-face {
    font-family: 'karla';
    src: url('karmilla-regular-016-webfont.woff2') format('woff2'),
         url('karmilla-regular-016-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}