/* src/frontend/styles.css */
body {
  background-color: #f8fafc;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.source-ifood {
  --source-color: #ea1d2c;
}

.source-carrefour {
  --source-color: #1952a0;
}

.source-supernosso {
  --source-color: #e4002b;
}

.source-villefort {
  --source-color: #00843d;
}
