@font-face {
	font-family: 'LibreBaskerville-Regular';
	src: url('/fonts/LibreBaskerville-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Franklin';
	src: url('/fonts/LibreFranklin-Medium.ttf') format('truetype');
}

body {
	font-family: 'LibreBaskerville-Regular', -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
code {
	font-family: Monaco, monospace;
	font-size: 85%;
}
