/* Self-hosted fonts. Source files are licensed under the SIL Open Font License. */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../assets/fonts/inter/inter-latin-variable.woff2') format('woff2');
}

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