*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

@font-face {
  font-family: "internormal";
  src: url(../font/Inter/static/Inter-Regular.ttf);
}

@font-face {
  font-family: "Brow";
  src: url(../font/Barlow_Condensed/BarlowCondensed-Regular.ttf);
}

@font-face {
  font-family: "bookman";
  src: url(../font/bookman/Bookman-Old-Style-Regular/Bookman\ Old\ Style\ Regular.ttf);
}

@font-face {
  font-family: "Browthin";
  src: url(../font/Barlow_Condensed/BarlowCondensed-Thin.ttf);
}

@font-face {
  font-family: "Browmedium";
  src: url(../font/Barlow_Condensed/BarlowCondensed-Medium.ttf);
}


@font-face {
  font-family: "Jose";
  src: url(..//font/Josefin_Slab/static/JosefinSlab-Regular.ttf);
}


