/* Dedicated to the old library catalog system */

body {
	background: black;
	color: orange;
	font-family: monospace;
	line-height: 1.2;
}

a {
	color: inherit;
}

p, h2, h3 {
	font-size: inherit;
	margin: 1.2em 0;
}

h2 {
	background: orange;
	color: black;
}

ul {
	list-style-type: "* ";
}

#project-cards {
	justify-content: initial;
	gap: 4ch;
}

.project {
	border: 3px double;
}

.illustration {
	border-radius: 0;
	filter: url('data:image/svg+xml,\
		<svg xmlns="http://www.w3.org/2000/svg">\
			<filter id="orangify" x="0%" y="0%" width="100%" height="100%" color-interpolation-filters="linearRGB">\
				<feColorMatrix type="luminanceToAlpha" />\
				<feColorMatrix type="matrix" values="0 0 0 1 0  0 0 0 .375 0  0 0 0 0 0  0 0 0 0 1" />\
			</filter>\
		</svg>#orangify');
}

.illustration.mobile-safari-iframe-sizing-wrapper {
	border: none;
}

.description {
	padding: 0 1ch;
	border: none;
	border-top: 1px solid;
	border-radius: 0;
}
