/* Set Noto Sans JP as default, preserve icon fonts */
body {
	font-family: "Noto Sans JP", sans-serif !important;
}

.fa, .fas, .far, .fal, .fab {
	font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
}

img {
	pointer-events: none;
}

@media (max-width: 466px) {
	.could-stack {
		flex-direction: column;
	}
}

.balance-wrap {
	text-wrap: balance;
}
