@font-face {
  font-family: "Larsseit";
  src: url('../fonts/Larsseit.ttf') format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Larsseit";
  src: url('../fonts/Larsseit-Medium.ttf') format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Larsseit";
  src: url('../fonts/Larsseit-Bold.ttf') format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "GTSuperDisplay";
  src: url('../fonts/GTSuperDisplay-Medium.otf') format("opentype");
  font-weight: 500;

}
@font-face {
  font-family: "GTSuperDisplay";
  src: url('../fonts/GTSuperDisplay-Bold.otf') format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "DM Sans";
  src: url('../fonts/DMSans-Regular.ttf') format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "DM Sans";
  src: url('../fonts/DMSans-Bold.ttf') format("truetype");
  font-weight: bold;
}