@import "fonts.css";
@import "classless.css";

/* ===== OVERRIDES ===== */

/* Responsive images */
figure img { width: 100%; height: auto; }

/* Reset margin */
header, footer, figure, table, video, details, blockquote,
ul, ol, dl, fieldset, pre, pre > code, caption {
	margin-top: 0;
}
h1, h2, h3, h4, h5, p {
	margin-top: 0;
}

body {
	padding: 2rem;
}
@media (max-width: 70rem) {
	body {
		padding: 1rem;
	}
}

.row {
	margin-top: 0;
	margin-bottom: 0;
}

/* Don't highlight links on hover */
a:hover, button:not([disabled]):hover, summary:hover {
	filter: brightness(100%);
}