:root {
  --primary-color                  : #172e38;
  --background-color               : #faf9f8;
  --grid-item-bg                   : #faf9f8;
  --border-color                   : #e1e2e4;
  --border-active-color            : rgba(78, 157, 45, 0.5);
  --selected-item-background-color : rgb(23 46 56 / 32%);
  --font-size                      : 12px;
  --font-default                   : 'gotham_book';
  --font-light                     : 'gotham_light';
  --font-bold                      : 'gotham_bold';
}
