/* Breakpoints */
/* Colors */
/* Fonts */
:root {
  --color-primary-brand: #2A4EB9;
  --color-link: #2A4EB9;
  --border-radius: 0;
}
.advance__button {
  background: #E7131A;
}
.amountButtons__button--selected {
  background: #2A4EB9;
}
