:root {
	--verde-escuro: #046a38;
	--verde: #62a70a;
	--amarelo: #ffc72c;
	--marrom: #73391d;
	--rose: #fff7e1;
	--titulo-font: "KoHo", serif;
	--paragrafo-font: 'Gotham', sans-serif;

}

@font-face {
  font-family: 'Gotham';
  src: url('../gotham-book.html') format('truetype');
  font-weight: 400; /* Normal */
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../gotham-medium.html') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../gotham-bold.html') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
}



body::-webkit-scrollbar {
	width: 11px;
	/* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
	background: #c7c7c78c;
	/* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
	background-color: var(--verde-escuro);
	/* color of the scroll thumb */
	/* border-radius: 10px; */
	/* roundness of the scroll thumb */
	border: 1.5px solid #c7c7c78c;
	/* creates padding around scroll thumb */
}

.fa-pencil-alt:before {
	content: "\f303";
	text-shadow: 3px 3px 0px #c7c7c78c;
}

.fa-comments:before {
	content: "\f086";
	text-shadow: 3px 3px 0px #c7c7c78c;
}

.fa-tools:before {
	content: "\f7d9";
	text-shadow: 3px 3px 0px #c7c7c78c;
}

.fa-pump-soap:before {
	content: "\e06b";
	text-shadow: 3px 3px 0px #c7c7c78c;
}

.fa-copy:before {
	content: "\f0c5";
	text-shadow: 3px 3px 0px #c7c7c78c;
}

.fa-pen-nib:before {
	content: "\f5ad";
	text-shadow: 3px 3px 0px #c7c7c78c;

}

.fa-band-aid:before {
	content: "\f462";
	text-shadow: 3px 3px 0px #c7c7c78c;

}

.fa-info-circle:before {
	content: "\f05a";
	text-shadow: 3px 3px 0px #c7c7c78c;

}