@font-face {
    font-family: 'Brando Arabic';
    src: url('BrandoArabicBold.woff2') format('woff2'),
        url('BrandoArabicBold.woff') format('woff'),
        url('BrandoArabicBold.ttf') format('truetype'),
        url('BrandoArabicBold.svg#BrandoArabicBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brando Arabic Text';
    src: url('BrandoArabicText.woff2') format('woff2'),
        url('BrandoArabicText.woff') format('woff'),
        url('BrandoArabicText.ttf') format('truetype'),
        url('BrandoArabicText.svg#BrandoArabicText') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

