/* Self-hosted fonts (replaces Google Fonts CDN to avoid sending visitor IPs to Google) */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('../fonts/roboto/roboto-latin.woff2') format('woff2');
}

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