@font-face {
    font-family: pala;
    src: url(fonts/pala.ttf);
  }

  @font-face {
    font-family: fbb;
    src: url(fonts/Barlow-Bold.ttf);
  }
  @font-face {
    font-family: fbl;
    src: url(fonts/Barlow-Light.ttf);
  }
  @font-face {
    font-family: fbm;
    src: url(fonts/Barlow-Medium.ttf);
  }

  @font-face {
  font-family: rubik;
  src: url(fonts/Rubik/Rubik-VariableFont_wght.ttf);
}

@font-face {
  font-family: mon;
  src: url(fonts/Montserrat/Montserrat-Regular.ttf);
}
  

  .pala{font-family: pala;}
  .fbl{font-family: fbl;}
  .fbm{font-family: fbm;}
  .fbb{font-family: fbm;}

  .fbold{font-weight: bold;}
  .fcb{color: #003366;}
  .fcw{color: white;}
  .fcy{color: #ffcc00;}

  .mon{   font-family: mon; }
.rubik{   font-family: rubik; }