@font-face {
	font-family: "QuicksandLight";
	src: url("/bootstrap/fonts/Quicksand-Regular.otf");
}
* {
	font-family: "HelveticaNeue-UltraLight", "QuicksandLight", sans-serif !important;
}

.app-header {
	text-decoration: underline;
}

input, textarea {
	font-family: "HelveticaNeue-Light" !important;
}