@font-face {
	font-family: 'Georgia';
	src: url('fonts/Georgia.woff2') format('woff2'),
	url('fonts/Georgia.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Georgia';
	src: url('fonts/Georgia-Bold.woff2') format('woff2'),
	url('fonts/Georgia-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Georgia';
	src: url('fonts/Georgia-BoldItalic.woff2') format('woff2'),
	url('fonts/Georgia-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Georgia';
	src: url('fonts/Georgia-Italic.woff2') format('woff2'),
	url('fonts/Georgia-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

html, body {
	margin: 0 !important;
	height: 100% !important;
	color: #110d0a;
}

body{
	background: #f5f5f0;
}
body, button {
	font-family: Georgia, serif;
}

.page-template-template-full-page{
	display: flex;
}
.page-template-template-full-page #page {
	padding-top: 0;
	width: 100%;
	margin: auto;
}

.page-template-template-full-page .site-content {
	padding-bottom: 0;
}

.large-font{
	font-size: 26px;
}