@font-face {
    font-family: 'Zarathustra';
    src: url('/fonts/zarathustra-v01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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


body {margin: auto;
	padding: 0 5%;
	max-width: 700px;
	font-family: 'abeezee';
}

h1, h2, h3, h4 {
	font-family: 'Zarathustra', serif;
}

blockquote {
	border: 1px dashed;
	padding: 3px;
}

footer {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
	font-size: 0.85em;
	color: #666;
}

footer a {
	color: #666;
}

.book-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.book-item {
	text-align: center;
}

.book-item img {
	max-width: 150px;
	display: block;
	margin: 0 auto 10px;
}

.book-item strong {
	display: block;
	margin-bottom: 5px;
}

.book-item em {
	display: block;
	font-size: 0.9em;
	color: #666;
}

@media (max-width: 600px) {
	.book-grid {
		grid-template-columns: 1fr;
	}
}
