/*  Fonts  */
@font-face {
  font-family: 'AtkinsonHyperlegible';
  src: url(../assets/fonts/Atkinson\ Hyperlegible/AtkinsonHyperlegible-Bold.ttf) format('truetype');
  font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: 100 900; /* Variable weight */
}