@font-face {
    font-family: 'Jeko';
    src: url('Jeko-Medium.woff2') format('woff2'),
        url('Jeko-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JekoItalic';
    src: url('Jeko-MediumItalic.woff2') format('woff2'),
        url('Jeko-MediumItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'JekoBoldItalic';
    src: url('Jeko-ExtraBoldItalic.woff2') format('woff2'),
        url('Jeko-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'JekoBold';
    src: url('Jeko-ExtraBold.woff2') format('woff2'),
        url('Jeko-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('SourceSansPro-Regular.woff2') format('woff2'),
        url('SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

