@font-face {
  font-family: 'Marcellus';
  src: url("./Marcellus-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family:'AGOpus';
    src: url('AGOpus-Roman.woff2') format('woff2'),
        url('AGOpus-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url("./Inter-VariableFont_opsz,wght.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}


