@font-face {
  font-family: "PingARLT";
  src: url("./PingARLT-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PingARLT";
  src: url("./PingARLT-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}

@font-face {
  font-family: "PingARLT";
  src: url("./PingARLT-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "PingARLT";
  src: url("./PingARLT-Heavy.otf") format("opentype");
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
optgroup {
  font-family: "PingARLT", Tahoma, "Segoe UI", sans-serif;
}
