/* Averta */
@font-face {
  font-family: "Averta";
  src: url("./Averta-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("./Averta-RegularItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("./Averta-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Averta";
  src: url("./Averta-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

/* Josefin Sans */
@font-face {
  font-family: "Josefin Sans";
  src: url("./JosefinSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("./JosefinSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("./JosefinSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
