html {
	font-family: 'Raleway', sans-serif;
	color: #424242;
}

body {
	background-color: black;
	color:  white;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.preco {
	color: #ffff00;
}

.preco-tachado {
	text-decoration: line-through;
	text-decoration-color: #ffd600;
}

.tachado {
	font-size: .7em;
	text-decoration: line-through;
}

.card-panel {
	border-radius: 20px;
	color:  black;
}

.mainpage .btn-large {
	width: 100%;
	font-weight: 700;
	font-size: 1.5em;
}

.itens li {
	margin-bottom: 1em;
}

.page-footer {
	background-color: #263238;
}