body {
    font-family: "Cairo", sans-serif;
}
.acme-regular {
    font-family: "Acme", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.acme-bold {
    font-family: "Acme", sans-serif;
    font-weight: 700;
    font-style: normal;
  }  