/* ============================================
LOCAL FONTS (Локальные шрифты)
============================================ */
/* Основной текст (Body) */
@font-face {
font-family: 'SiteBody';
src: url('/assets/fonts/font-body.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SiteBody';
src: url('/assets/fonts/font-body.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SiteBody';
src: url('/assets/fonts/font-body.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SiteBody';
src: url('/assets/fonts/font-body.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
/* Заголовки (Heading) */
@font-face {
font-family: 'SiteHeading';
src: url('/assets/fonts/font-heading.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SiteHeading';
src: url('/assets/fonts/font-heading.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SiteHeading';
src: url('/assets/fonts/font-heading.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SiteHeading';
src: url('/assets/fonts/font-heading.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SiteHeading';
src: url('/assets/fonts/font-heading.woff2') format('woff2');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SiteHeading';
src: url('/assets/fonts/font-heading.woff2') format('woff2');
font-weight: 900;
font-style: normal;
font-display: swap;
}
/* Акценты (Accent) */
@font-face {
font-family: 'SiteAccent';
src: url('/assets/fonts/font-accent.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'SiteAccent';
src: url('/assets/fonts/font-accent.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}