@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Manrope:wght@200..800&display=swap');

@font-face {
	font-family: 'Bebas Neue Cyrillic';
	src: url('fonts/bebas-neue-cyrillic.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #373637;
	font-family: 'Bebas Neue Cyrillic', 'Bebas Neue', 'Manrope', sans-serif;
}
html,
body {
	height: 100%;
}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-header {
	flex-shrink: 0;
}

.main-content {
	flex: 1 0 auto;
}

.site-footer {
	flex-shrink: 0;
	margin-top: auto;
}
