:root {
    --color-bg:#0B232A;
    --color-tile: #1D3A44;
    --color-button: #FFF;
    --color-text: #FFF;
    --color-text-button: #192F2F;
    --font-family-main: SuisseIntl;
}

@font-face{
  font-family: SuisseIntl;
  font-style:  normal;
  font-weight: medium;
  src: url('SuisseIntl-Medium.otf');
}
@font-face{
  font-family: SuisseIntl;
  font-style:  normal;
  font-weight: normal;
  src: url('SuisseIntl-Regular.otf');
}
