/* ===================================
   Self-hosted fonts — @font-face declarations
   Source: Google Fonts (SIL OFL 1.1)
   Files: assets/fonts/
   =================================== */

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

/* Playfair Display — 400 italic */
@font-face {
    font-family: 'Playfair Display';
    src: url('../../fonts/playfair-display-v40-cyrillic_latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

/* Playfair Display — 600 */
@font-face {
    font-family: 'Playfair Display';
    src: url('../../fonts/playfair-display-v40-cyrillic_latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

/* Great Vibes — 400 */
@font-face {
    font-family: 'Great Vibes';
    src: url('../../fonts/great-vibes-v21-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
