@font-face {
    font-family: 'ZelleSans-Thin';
    src: url('./ZelleSansThin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ZelleSans-Regular';
    src: url('./ZelleSans.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ZelleSans-Medium';
    src: url('./ZelleSansMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ZelleSans-Bold';
    src: url('./ZelleSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}