/* Centino bootstrap: html { font-size: 62.5% } — на главной rem/Tailwind как на внутренних */
html.index-page {
	font-size: 16px !important;
}

body.index {
	font-size: 16px !important;
	line-height: 1.5 !important;
}

body.index .homepage-content {
	font-size: 16px;
	line-height: 1.5;
}
