.marronClaro{
	background-color: #a96428 !important;
}
.marronOscuro{
	color: #432918 !important;
}
.btn-marron{
	color: white !important;
    background-color: #a96428 !important;
	padding: 0.4rem 2.14rem !important;
}

body{
	font-family:gothamBook;
}

#basicExampleNav{
	font-family:goodTimesRg;
}

@font-face {
  font-family: goodTimesRg;
  src: url('/css/fonts/good_times_rg.ttf');
}

@font-face {
  font-family: gothamBook;
  src: url('/css/fonts/GothamBook.ttf');
}