/* Bookinsanity */
@font-face {
    font-family: 'Bookinsanity Remake';
    src: url('/fonts/Bookinsanity/Bookinsanity.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bookinsanity Remake';
    src: url('/fonts/Bookinsanity/Bookinsanity Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bookinsanity Remake';
    src: url('/fonts/Bookinsanity/Bookinsanity Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bookinsanity Remake';
    src: url('/fonts/Bookinsanity/Bookinsanity Bold Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

/* Mr Eaves Small Caps */
@font-face {
    font-family: 'Mr Eaves SC Remake Medium';
    src: url('/fonts/Mr Eaves/Mr Eaves Small Caps.otf') format('opentype');
}