/* Самостоятельный хостинг шрифтов вместо Google Fonts.
   Этот файл и все .woff2 лежат вместе, плоско, в одной папке /fonts/ на сервере:
   /fonts/fonts.css
   /fonts/manrope-v20-cyrillic_latin-regular.woff2   (400)
   /fonts/manrope-v20-cyrillic_latin-500.woff2
   /fonts/manrope-v20-cyrillic_latin-600.woff2
   /fonts/manrope-v20-cyrillic_latin-700.woff2
   /fonts/manrope-v20-cyrillic_latin-800.woff2
   /fonts/inter-v20-cyrillic_latin-regular.woff2     (400)
   /fonts/inter-v20-cyrillic_latin-500.woff2
   /fonts/inter-v20-cyrillic_latin-600.woff2
   /fonts/inter-v20-cyrillic_latin-700.woff2
   /fonts/space-grotesk-v22-latin-500.woff2
   /fonts/space-grotesk-v22-latin-600.woff2
   /fonts/space-grotesk-v22-latin-700.woff2
*/

/* ===== Manrope (основной сайт, блог, error-страницы) ===== */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/manrope-v20-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/manrope-v20-cyrillic_latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/manrope-v20-cyrillic_latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/manrope-v20-cyrillic_latin-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/manrope-v20-cyrillic_latin-800.woff2') format('woff2');
}

/* ===== Inter (админка, редактор блога) ===== */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/inter-v20-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/inter-v20-cyrillic_latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/inter-v20-cyrillic_latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/inter-v20-cyrillic_latin-700.woff2') format('woff2');
}

/* ===== Space Grotesk (акцентный шрифт админки/редактора) ===== */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/space-grotesk-v22-latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/space-grotesk-v22-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/space-grotesk-v22-latin-700.woff2') format('woff2');
}
