@font-face {
    font-family: 'ooredoo';
    src: url('ooredoo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ooredooHeavy';
    src: url('Ooredoo-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ooredooBold';
    src: url('ooredoo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}