@font-face {
    font-family: 'Azo Sans Regular';
    src: url("./fonts/AzoSans-Regular.otf") format("opentype");
  }
  
  @font-face {
    font-family: 'Azo Sans Bold';
    font-weight: bold;
    src: url("./fonts/AzoSans-Bold.otf") format("opentype");
  }
  
  @font-face {
    font-family: 'Azo Sans Light';
    font-weight: lighter;
    src: url("./fonts/AzoSans-Light.otf") format("opentype");
  }
  
  body {
    margin: 0;
    font-family: "Azo Sans Light", -apple-system, BlinkMacSystemFont, "Segoe UI",
      "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
      "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  