/* Lora (все веса) */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400 700; /* Все веса от Thin до Black */
    font-display: swap; /* Показывать fallback шрифт пока грузится */
    src: url('https://sborisov.pro/wp-content/themes/cloebrooks-child/skins/default/css/font-face/Lora/Lora%5Bwght%5D.woff2') format('woff2-variations');
}

/* Inter Italic (все веса) */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400 700; /* Все веса от Thin Italic до Black Italic */
    font-display: swap;
    src: url('https://sborisov.pro/wp-content/themes/cloebrooks-child/skins/default/css/font-face/Lora/Lora-Italic%5Bwght%5D.woff2') format('woff2-variations');
}
