@font-face {
  font-family: Abhaya Libre;
  src: url(/assets/AbhayaLibre-Bold-BKQtN32d.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Abhaya Libre;
  src: url(/assets/AbhayaLibre-ExtraBold-C5wkg2U9.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Abhaya Libre;
  src: url(/assets/AbhayaLibre-Medium-DFhFnTop.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Abhaya Libre;
  src: url(/assets/AbhayaLibre-Regular-Bo-14kuV.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Abhaya Libre;
  src: url(/assets/AbhayaLibre-SemiBold-DszG5fk4.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: Abhaya Libre, sans-serif;
  background-image: url(/assets/paper-texture-CKSRe_O7.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
  background-position: center;
  min-height: 100vh;
  margin: 0;
}
