@font-face {
    font-family: 'Mixta Sharp';
    src: local('Mixta\ Sharp\ Medium'), url('Mixta\ Sharp\ Medium.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mixta Sharp';
    src: local('Mixta\ Sharp\ Bold'), url('Mixta\ Sharp\ Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mixta Sharp';
    src: local('Mixta\ Sharp\ Black'), url('Mixta\ Sharp\ Black.otf') format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}