

/* Force primary color for md theme (Desktop) */
.md, .md .dark, .dark {
  --f7-primary-color: #9c27b0;
  --f7-md-primary: #9c27b0;
  /* Override specific iOS variables if needed */
  --f7-theme-color: #9c27b0;
  --f7-theme-color-rgb: 156, 39, 176;
}

.button-fill{
  --f7-button-text-color: #fff;
}

/* PitPal – custom styles (intentionally empty; rely on Framework7 defaults) */
body {
  display: flex;
  justify-content: center;
}

#app {
  max-width: 600px; /* Adjust this value to your preferred width */
}