/* Self-hosted webfonts (latin subset) — replaces fonts.googleapis.com.
   Kept local so no visitor IP is sent to Google (GDPR). Lora is a variable
   font: the same woff2 covers weights 400 and 700 per style. */

/* Lora — normal 400 & 700 */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/lora-normal.woff2') format('woff2');
}

/* Lora — italic 400 & 700 */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/lora-italic.woff2') format('woff2');
}

/* Cabin — 700 */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/cabin-700.woff2') format('woff2');
}
