@font-face {
  font-family: Inter;
  src: local(Inter), local(Inter), url("Inter/static/Inter-Regular.ttf") format("opentype");
  font-weight: 100;
  font-weight: 200;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: local(Inter), local(Inter), url("Inter/static/Inter-Medium.ttf") format("opentype");
  font-weight: 400;
  font-weight: 500;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: local(Inter), local(Inter), url("Inter/static/Inter-Bold.ttf") format("opentype");
  font-weight: 700;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: AbhayaLibre;
  src: local(AbhayaLibre), local(AbhayaLibre), url("Abhaya_Libre/AbhayaLibre-Regular.ttf") format("opentype");
  font-weight: 100;
  font-weight: 200;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: AbhayaLibre;
  src: local(AbhayaLibre), local(AbhayaLibre), url("Abhaya_Libre/AbhayaLibre-Medium.ttf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: AbhayaLibre;
  src: local(AbhayaLibre), local(AbhayaLibre), url("Abhaya_Libre/AbhayaLibre-SemiBold.ttf") format("opentype");
  font-weight: 500;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: AbhayaLibre;
  src: local(AbhayaLibre), local(AbhayaLibre), url("Abhaya_Libre/AbhayaLibre-Bold.ttf") format("opentype");
  font-weight: 700;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: AbhayaLibre;
  src: local(AbhayaLibre), local(AbhayaLibre), url("Abhaya_Libre/AbhayaLibre-ExtraBold.ttf") format("opentype");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), local(Roboto), url("Roboto/Roboto-Bold.ttf") format("opentype");
  font-weight: 700;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), local(Roboto), url("Roboto/Roboto-Regular.ttf") format("opentype");
  font-weight: 500;
  font-weight: 400;
  font-weight: 300;
  font-display: swap;
}