/* Self-hosted fonts — replaces the Google Fonts request.
   Only the weights/styles actually used across index.html and shorts.html:
   Lato 400, Libre Baskerville 400 (regular + italic), Raleway 400 + 700. */

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

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/libre-baskerville-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/libre-baskerville-latin-400-italic.woff2') format('woff2');
}

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

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