/* Self-hosted fonts. Loaded via <link> in base.html, before tokens.v2.css. */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url('/static/fonts/inter-variable.woff2') format('woff2-variations'),
         url('/static/fonts/inter-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('/static/fonts/playfair-display-500.woff2') format('woff2');
}

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