@font-face {
    font-family: 'Sharlotte';
    src: url('SharlotteDemo.woff2') format('woff2'),
        url('SharlotteDemo.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Krub';
    src: url('Krub-Bold.woff2') format('woff2'),
        url('Krub-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Krub';
    src: url('Krub-Light.woff2') format('woff2'),
        url('Krub-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Krub';
    src: url('Krub-Medium.woff2') format('woff2'),
        url('Krub-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Krub';
    src: url('Krub-SemiBold.woff2') format('woff2'),
        url('Krub-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}