@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/Inter_18pt-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/Inter_18pt-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/Epilogue-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/Epilogue-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/Lora-Regular.ttf') format('truetype');
}

body, #content, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, #sidebar, footer, .footer, #footer, .site-footer {
	font-family: "Inter";
}
#site-title, .site-title, .entry-title, h1, h2, h3, h4, h5, h6, .widget-title {
	font-family: "Epilogue";
	font-weight: 400;
}
.entry-content h3, .post-content h3, .page-content h3, #content h3 {
	font-weight: 600;
}
blockquote, .wp-block-quote, blockquote p, .wp-block-quote p {
	font-family: "Lora";
	font-weight: 400;
}