/* Inter Variable — covers weights 100 through 900 */
@font-face {
  font-family: "Inter";
  src:
    local("Inter Variable"),
    local("InterVariable"),
    url("InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Magreb Bold only */
@font-face {
  font-family: "Magreb";
  src:
    local("Magreb Bold"),
    local("Magreb-Bold"),
    url("Magreb-Bold.woff2") format("woff2"),
    url("Magreb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
