/* BRINQUEDOS (peça de Lego) -> ícone aproximado: puzzle piece */
.menu-brinquedos a::before {
  font-family: "Font Awesome 5 Free"; /* ou "Font Awesome 6 Free", dependendo da versão */
  font-weight: 900; /* necessário para ícones 'solid' */
  content: "\f12e"; /* fa-puzzle-piece */
  color: #EA370B;
  margin-right: 6px; /* espaço entre o ícone e o texto */
}

/* DICIONÁRIOS e LIVROS -> ícone: book */
.menu-dicionarios-livros a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02d"; /* fa-book */
  color: #EA370B;
  margin-right: 6px;
}

/* DISCIPLINAS -> ícone: graduation-cap */
.menu-disciplinas a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f19d"; /* fa-graduation-cap */
  color: #EA370B;
  margin-right: 6px;
}

/* ELETRÔNICOS -> ícone: keyboard */
.menu-eletronicos a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f11c"; /* fa-keyboard */
  color: #EA370B;
  margin-right: 6px;
}

/* ESPORTE - LAZER -> ícone: futbol (bola) */
.menu-esporte-lazer a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1e3"; /* fa-futbol */
  color: #EA370B;
  margin-right: 6px;
}

/* ESPUMADO (colchonete) -> ícone aproximado: bed */
.menu-espumado a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f236"; /* fa-bed */
  color: #EA370B;
  margin-right: 6px;
}

/* PAPELARIA (lápis e régua) -> ícone aproximado: pencil-ruler (pode ser pro) ou pencil-alt */
.menu-papelaria a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* pencil-ruler é "\f5ae" e pode ser PRO. Caso não tenha, use pencil-alt (\f303) */
  content: "\f5ae"; /* fa-pencil-ruler (se disponível) ou "\f303" para pencil-alt */
  color: #EA370B;
  margin-right: 6px;
}

/* MOBILIÁRIOS (armário) -> não há "armário" exato, use algo próximo, ex: archive */
.menu-mobiliarios a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f187"; /* fa-archive */
  color: #EA370B;
  margin-right: 6px;
}

/* PLAYGROUND (escorregador) -> não há ícone exato, um substituto pode ser child */
.menu-playground a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ae"; /* fa-child */
  color: #EA370B;
  margin-right: 6px;
}

/* SALA DE RECURSO / EDUCAÇÃO ESPECIAL (ícone de acessibilidade) */
.menu-aee a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f29b"; /* fa-universal-access (ou "\f193" para wheelchair) */
  color: #EA370B;
  margin-right: 6px;
}

/* BEBEDOUROS (bebedouro) -> ícone aproximado: tint (gota d'água) ou faucet (FA6) */
.menu-bebedouros a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f043"; /* fa-tint */
  color: #EA370B;
  margin-right: 6px;
}
