@font-face {
    font-family: 'Dexens';
    src: url('../fonts/Dexens.otf') format('opentype'),
         url('../fonts/Dexens.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Geneva Standaard */
@font-face {
    font-family: 'Geneva';
    src: url('../fonts/Geneva-Normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Geneva Italic */
@font-face {
    font-family: 'Geneva';
    src: url('../fonts/Geneva-Normal-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Geneva Bold Italic */
@font-face {
    font-family: 'Geneva';
    src: url('../fonts/Geneva-Bold-Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Geneva Semi-bold (500) */
@font-face {
    font-family: 'Geneva';
    src: url('../fonts/Geneva-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
