:root {
  --color-first-blue: #0066b3;
  --color-first-red: #ed1c24;
  --color-first-grey: #9a989a;
  --color-first-black: #231f20;
  --color-first-purple: #662d91;
  --color-first-green: #00a651;
  --color-first-orange: #f57e25;
  --color-first-light-blue: #009cd7;
  --material-radius: 1em;
}

body {
  font-family: Roboto, sans-serif;
}

#menu-bar, #main-navigation {
  background: var(--color-first-light-blue);
}

#card-set {
  padding: var(--spacing) 0;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

#card-set .card {
  width: 33.3333%;
}

#card-set .card:not(:first-child) {
  margin-top: 0;
  margin-left: var(--spacing);
}

/*# sourceMappingURL=style.css.map */
