html {
	height: 100%;
	width: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin: 0;
}

.lb-txt {
	font-family: 'Kanit', sans-serif;
}

.lb-txt-2 {
	font-family: 'Shippori Mincho', serif;
}

a,
a:hover,
a:focus,
a:active {
	opacity: .8;
	font-weight: semibold;
	color: inherit;
}

u,
.u {
	/* text-decoration-color: #dc3545; */
	text-decoration-color: #FFFFFF63;
	text-decoration-thickness: 3px;
	text-decoration-skip-ink: auto;
	text-underline-offset: 4px;
	text-decoration-line: underline;
}

h1 {
	margin-top: inherit;
	margin-bottom: .5em;
	font-family: 'Shippori Mincho', serif;
}