@font-face {
    font-family: 'Gulf';
    src: url('../fonts/Gulf-bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Gulf';
    src: url('../fonts/Gulf-medium.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.ttf');
    font-weight: bold;
}