@font-face {font-family: "CzizhBody";
    font-weight: normal;
    font-style: normal;
	font-display: swap;
	src: url("../fonts/CzizhBody.ttf") format("truetype");}
@font-face {
    font-family: 'MoscowSans';
	font-weight: normal;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/MoscowSans-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'MoscowSans-Medium';
	font-weight: normal;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/MoscowSans-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'MoscowSans-Light';
	font-weight: normal;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/MoscowSans-Light.otf') format('opentype');
}
@font-face {
    font-family: 'MoscowSans-Extrabold';
	font-weight: normal;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/MoscowSans-Extrabold.otf') format('opentype');
}
@font-face {
    font-family: 'MoscowSans-Bold';
	font-weight: normal;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/MoscowSans-Bold.otf') format('opentype');
}

.categories-section,
.about-content,
.suda-header__content-page,
.suda-head-slideshow,
.verf-row-block {max-width: 2500px; margin: 0 auto;}

@media (prefers-color-scheme: dark) {
body {background: #2A438A !important; color: #fff !important;}
}

