@import url('https://fonts.googleapis.com/css2?family=Acme&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url("tinymce.css");
@import url("padrao.css?1");

.titulo {
	font-family: 'Acme', sans-serif;
	line-height: normal;
}

.t300 {
	font-weight: 300;
}

.t400 {
	font-weight: 400;
}

.t500 {
	font-weight: 500;
}

.t700 {
	font-weight: 700;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #4b4b4b;
	font-weight: 400;
	/* background: url("../images/bg.png") repeat top; */
	background-color: #e3bb1b;
}


input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type=number] {
	-moz-appearance: textfield
}