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

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

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

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

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

