:is(h1, h2, h3) {
	text-align: center;
	text-wrap: balance;
	hyphens: none;
	line-height: 1.3;
	letter-spacing: 1px;
	font-family: 'noto-sans-light', sans-serif;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.35rem;
}

main {
	ul {
		list-style: disc inside;
	}
}

li::marker {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

figcaption {
	text-align: right;
}

hgroup p {
	text-align: center;
	font-weight: bold;
}

@media screen and (800px <=width) {
	body {
		font-size: 1.2rem;
	}

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.5rem;
	}
}

@media screen and (1024px <=width) {
	body {
		font-size: 1rem;
	}

	h1 {
		font-size: 3.5rem;
	}
}

@media screen and (1280px <=width) {
	body {
		font-size: 1rem;
	}

	h2 {
		text-align: left;
	}
}

@media screen and (1700px <=width) {
	body {
		font-size: 1.3rem;
	}

	h2 {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 1.75rem;
	}
}

@media screen and (1921px <=width) {
	/* body {
		font-size: 1vw;
	} */
}