@font-face {
    font-family: 'Abhaya Libre';
    src: url('/fonts/AbhayaLibre-Regular.woff2') format('woff2'),
        url('/fonts/AbhayaLibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Abhaya Libre', sans-serif;
  background: url("/images/background.jpg") no-repeat center top; /* no-repeat, position */
  background-size: 100% auto; /* Separate, as it's not part of the main shorthand */
}

