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

@font-face {
    font-family: "Swissra Medium";
    src: url("Swissra-Medium.otf") format("opentype")
}

@font-face {
    font-family: "Brando SemiBold";
    src: url("Brando-Arabic-SemiBold.otf") format("opentype")
}

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

