@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Ubuntu:wght@500&display=swap');

p, span, li {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

footer > p, #content {
	max-width: 750px;
	margin: auto;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.youtube-embed {
	aspect-ratio: 16 / 9;
	width: 100%;

	@supports not (aspect-ratio: 16 / 9) {
		/* TODO */
	}
}
