/***** FONTES *****/
@font-face {
    font-family: "SourceSans3-Regular";
    src: URL("../fonts/SourceSans3-Regular.ttf");
}
@font-face {
    font-family: "SourceSans3-Bold";
    src: URL("../fonts/SourceSans3-Bold.ttf");
}
@font-face {
    font-family: "SourceSans3-SemiBold";
    src: URL("../fonts/SourceSans3-SemiBold.ttf");
}
@font-face {
    font-family: "SourceSans3-Light";
    src: URL("../fonts/SourceSans3-Light.ttf");
}

/***** GERAL *****/
body {
    font-size: 20px;
    font-family: "SourceSans3-Light";
}
body > .main-content {
    flex-grow: 1;
}
.grid {
	margin: 60px auto 60px auto;
}
.author {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-family: "SourceSans3-Regular";
}
input[type=radio] {
  width: 30px !important;
  height: 30px !important;
}
input[type=checkbox] {
  width: 30px !important;
  height: 30px !important;
}

/* BOOTSTRAP */
.container {
	max-width: 767px;
}
.fw-semibold {
	font-weight: normal !important;
	font-family: "SourceSans3-SemiBold";
}
.fw-regular {
	font-weight: normal !important;
	font-family: "SourceSans3-Regular";
}
.btn {
	text-transform: uppercase;
	font-family: "SourceSans3-SemiBold";
}
.btn-lg {
	padding-top: 0.7rem !important;
	padding-bottom: 0.7rem !important;
	font-size: 1rem!important;
}
.btn-primary {
	background-color: #AE714E !important; 
	border-color: #AE714E !important;
}
.form-check-input[type=radio] {
    border-radius: .25em;
}
.form-check-input:checked {
  background-color: #AE714E;
  border-color: #AE714E;
}