@font-face {
  font-family: CircularStd;
  src: url("./fonts/CircularStd-Book.otf") format("opentype");
}

@font-face {
  font-family: Kenac;
  src: url("./fonts/Kenac-Bold.otf") format("opentype");
  font-weight: bold;
}

body {
  font-family: CircularStd, Kenac, Arial, sans-serif !important;
}
