@font-face {
    font-family: 'Titillium';
    src: url('Titillium-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium';
    src: url('Titillium-RegularItalic.otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium';
    src: url('Titillium-Semibold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium';
    src: url('Titillium-SemiboldItalic.otf');
    font-weight: bold;
    font-style: italic;
}

/* body { font-family: "Titillium"; } */
