@font-face {
  font-family: "Besley";
  src: url("./fonts/Besley/Besley-VariableFont_wght.ttf")
    format("ttf");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Besley Italic";
  src: url("./fonts/Besley/Besley-Italic-VariableFont_wght.ttf")
    format("ttf");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf")
    format("ttf");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat Italic";
  src: url("./fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf")
    format("ttf");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}