body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
}

h1 {
  font-weight: 400 !important;
}

svg.active {
  fill: black;
  background-color: #e7e7e8ff;
  border-radius: 8px;
  padding: 6px;
}

svg {
  fill: #b1b1b1ff;
  padding: 6px;
}

.card p {
  font-weight: 300 !important;
  /*line-height: 7px;*/
}
label {
  font-weight: 300 !important;
}

a {
  text-decoration: none;
  color: black;
}

li {
  list-style-type: none;
}

.prioridade {
  background-color: #f8b133;
  color: white;
}

.prioridade svg {
  fill: white !important;
}

.prioridade h3 {
  color: white;
}

.notificado {
  background-color: #e7e7e8ff;
  color: black;
}

.notificado svg {
  fill: black !important;
}

.notificado h3 {
  color: black;
}

.icone {
  font-size: 250%;
}

.li-home {
  background-color: white;
  list-style-type: none;
}

.preco {
  background-color: black;
  color: white;
  display: inline-block;
}
