/**
 * Project: ebook.oceweb.net
 * Copyright (C) 2007–2026 Renato Brunetti <oceweb@oceweb.net>
 * SPDX-License-Identifier: Proprietary
 */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/assets/vendor/fonts/Inter-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/vendor/fonts/PlayfairDisplay-latin.woff2') format('woff2');
}
