html, body, div, h1, h2, h3, h4, h5 {
		font-family: 'Arial', sans-serif;
	}

label {
		font-weight: bold;
	}

.htmx-indicator {
		opacity: 0;
		transition: opacity 500ms ease-in;
	}

.htmx-request .htmx-indicator {
		opacity: 1
	}

.htmx-request.htmx-indicator {
		opacity: 1
	}
