@font-face {
    font-family: 'Naveid';
    src: url('Naveid-Medium.otf') format('opentype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Naveid';
    src: url('Naveid-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'NaveidOblique';
    src: url('Naveid-MediumOblique.otf') format('opentype');
    font-style: oblique;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'NaveidOblique';
    src: url('Naveid-BoldOblique.otf') format('opentype');
    font-style: oblique;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'NaveidSemiBold';
    src: url('Naveid-SemiBold.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
