/* Theme variables */
:root {
  --primary: #1E88E5;    /* Primary Blue */
  --dark-blue: #1565C0;  /* Dark Blue */
  --orange: #FB8C00;     /* Orange */
  --green: #2ECC71;      /* Green */
  --light-gray: #F5F7FA; /* Light Gray */
  --text-dark: #263238;  /* Text Dark */
  --white: #FFFFFF;      /* White */
  --app-bottom-nav-height: 64px;
}

/* utility colors for backwards compatibility */
:root {
  --brand: var(--primary);
}
