
  @font-face {
    font-family: Anton;
    src: url(./Fonts/Anton-Regular.ttf);
  }

  @font-face {
    font-family: Mdlzbyte;
    src: url(./Fonts/MDLZBITETYPE-Regular.otf);
  }

  .anton{
    font-family: Anton;
  }
  .mdlz-byte{
    font-family: Mdlzbyte;
  }
  