/* Custom Fonts for InvWeb02 Theme */

/* Kinderspiel Sans */
@font-face {
    font-family: 'Kinderspiel - Sans';
    src: url('../fonts/Kinderspiel - Sans.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Blighty */
@font-face {
    font-family: 'Blighty';
    src: url('../fonts/Blighty.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Fallback voor oude naam */
@font-face {
    font-family: 'Kinderspiel Sans';
    src: url('../fonts/Kinderspiel - Sans.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} 