@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");

@font-face {
  font-family: "Avenir LT Std 45 Book";
  src:
    local("Avenir LT Std 45 Book"),
    local("Avenir Book"),
    url("/partner/movelanguage/fonts/AvenirLTStd-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std 45 Book";
  src:
    local("Avenir LT Std 45 Medium"),
    local("Avenir Medium"),
    url("/partner/movelanguage/fonts/AvenirLTStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std 45 Book";
  src:
    local("Avenir LT Std Heavy"),
    local("Avenir Heavy"),
    url("/partner/movelanguage/fonts/AvenirLTStd-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
