/* Australia (AU) - True Rewards Branding */

:root {
  --primary: #e4012b;
  --base-100: #e5e5e5;
  --neutral: #2f3032;
}

html,
body {
  background: #e5e5e5;
}

.navbar {
  background-color: #e5e5e5;
}

.footer {
  background-color: #2f3032;
  color: #ffffff;
}

.btn-outline,
.btn-outline:hover {
  background: #e4012b;
  color: #ffffff;
}

.btn-outline:hover {
  border-color: #e4012b;
}

.loading-spinner {
  color: #e4012b;
}
