:root{
  color-scheme: dark;

  --bg:#0b0b0f;
  --surface: rgba(255,255,255,.05);
  --surface2: rgba(255,255,255,.07);
  --text:#ffffff;
  --muted: rgba(255,255,255,.72);
  --muted2: rgba(255,255,255,.55);

  --red:#e53935;
  --red2:#ff3b30;

  --border: rgba(255,255,255,.10);
  --border2: rgba(255,255,255,.14);

  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --radius: 18px;
  --radius2: 24px;

  --glass: rgba(11,11,15,.72);

  --tag-bg: rgba(255,255,255,.05);
  --tag-border: rgba(255,255,255,.12);
}

/*----- TABELA TACO THEMA DARK-----*/
.food-card, .qty, .mchip {
  background: rgba(255, 255, 255, .05);
}

.toolbar__search {
  border: 1px solid rgba(255,255,255,.10);
}