@charset "utf-8";

@font-face {
	font-family:SourceHanSerifCN;src:url('../fonts/SourceHanSerifCN-Heavy.otf');font-style:normal;font-display:swap
}

@font-face {
	font-family:SourceHanSansSC;src:url('../fonts/SourceHanSansSC-Regular.otf');font-style:normal;font-display:swap
}

@font-face {
	font-family:Futura-Heavy;src:url('../fonts/FuturaCyrillicHeavy.ttf');font-style:normal;font-display:swap
}

@font-face {
	font-family:Futura-Demi;src:url('../fonts/FuturaCyrillicDemi.ttf');font-style:normal;font-display:swap
}

body {
	color: #402020;
	background: #fff;
	margin: 0 auto;
	font-size: .16rem;
	font-family: SourceHanSansSC,Futura-Demi;
	word-wrap: normal
}