/* ===== ТЗ-17 P0.3 — self-host шрифты BRAND.md (общий файл) =====
 * DM Sans (тело/интерфейс) 400/500/700 + Cormorant Garamond (крупные
 * заголовки) 500/600. woff2, поднабор latin+latin-ext, font-display: swap.
 * Подключается и в base.html, и в account/base.html (account-страницы —
 * отдельный base без life-is-dive-v2.css), чтобы 'DM Sans' резолвился везде.
 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal; font-weight: 400; font-display: swap;
    src: url('/static/fonts/dm-sans-400.woff2') format('woff2');
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal; font-weight: 500; font-display: swap;
    src: url('/static/fonts/dm-sans-500.woff2') format('woff2');
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal; font-weight: 700; font-display: swap;
    src: url('/static/fonts/dm-sans-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal; font-weight: 500; font-display: swap;
    src: url('/static/fonts/cormorant-garamond-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal; font-weight: 600; font-display: swap;
    src: url('/static/fonts/cormorant-garamond-600.woff2') format('woff2');
}
