@font-face {
    font-family: 'Karrik';
    src: url('Karrik-Italic.ttf') format('truetype'),
        url('Karrik-Italic.woff') format('woff'),
        url('Karrik-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Karrik';
    src: url('Karrik-Regular.ttf') format('truetype'),
        url('Karrik-Regular.woff') format('woff'),
        url('Karrik-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}