@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols+2&display=swap");

@font-face {
  font-family: "Ping AR + LT";
  src:
    url("Ping_Font/PingAR+LT-Regular.otf") format("opentype"),
    url("Ping_Font/PingAR%2BLT-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ping AR + LT";
  src:
    url("Ping_Font/PingAR+LT-Medium.otf") format("opentype"),
    url("Ping_Font/PingAR%2BLT-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ping AR + LT";
  src:
    url("Ping_Font/PingAR+LT-Bold.otf") format("opentype"),
    url("Ping_Font/PingAR%2BLT-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body,
input,
button,
textarea,
select {
  font-family:
    "Ping AR + LT",
    "Noto Kufi Arabic",
    "Noto Sans Symbols 2",
    "Segoe UI Symbol",
    "Segoe UI",
    Tahoma,
    sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
