@font-face {
	src: url(fonts/sbl_hebrew.woff2);
	font-family: MiqraFont;
	font-display: block;
}

:root {
	--scroll-fore: #050300;
	--scroll-back: #ffffff;

	--base-fore: var(--scroll-fore);
}

html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Tahoma, sans-serif;
	display: flex;
	flex-direction: column;
	color: var(--base-fore);
}

#site-header {
	flex: 0 0 40px;
}

section#content {
	height: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
	border-top: 1px solid var(--scroll-fore);
	box-sizing: border-box;
}