@font-face {
    font-family: morabba;
    font-style: normal;
    font-weight: 300;
    src: url('morabba-light.woff') format('woff'),
    url('morabba-light.woff2') format('woff2');
}

@font-face {
    font-family: morabba;
    font-style: normal;
    font-weight: 500;
    src: url('morabba-medium.woff') format('woff'),
    url('morabba-medium.woff2') format('woff2');
}

@font-face {
    font-family: morabba;
    font-style: normal;
    font-weight: bold;
    src: url('nmorabba-bold.woff') format('woff'),
    url('morabba-bold.woff2') format('woff2');
}

@font-face {
    font-family: morabba;
    font-style: normal;
    font-weight: normal;
    src: url('morabba-regular.woff') format('woff'),
    url('morabba-regular.woff2') format('woff2');
}