@media print {
	body {
		--bs-body-font-size: 0.8rem;
	}

	.btn {
		--bs-btn-font-size: 0.7rem;
	}

	h1 {
		font-size: 1.5rem;
	}
}
