@font-face {
	font-family: "LexendDeca";
	src: url('../fonts/LexendDeca.ttf');
}

body {
	font-family: "LexendDeca";
	font-size: 1.25rem !important;
}

.title {
	font-size: 1.75rem;
	font-weight: bold;
}

.gold {
	color: #b0a071;
}

.red {
	color: #aa4241;
}

.fields {
	background-color: #e9e9e9;
	border-radius: 4px;
}

.bg-dark-total {
	background-color: #000000;
}

footer {
	font-size: 0.85rem;
}

.bg-lg-contain {
	background-size: contain !important;
}