@font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Azo Sans"),
      url("/fonts/AzoSans-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Azo Sans"),
      url("/fonts/AzoSans-Italic.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 250;
    src: local("Azo Sans"), url("/fonts/AzoSans-Thin.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 250;
    src: local("Azo Sans"),
      url("/fonts/AzoSans-ThinItalic.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Azo Sans"), url("/fonts/AzoSans-Light.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 300;
    src: local("Azo Sans"),
      url("/fonts/AzoSans-LightItalic.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 500;
    src: local("Azo Sans"),
      url("/fonts/AzoSans-Medium.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 500;
    src: local("Azo Sans"),
      url("/fonts/AzoSans-MediumItalic.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Azo Sans"), url("/fonts/AzoSans-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 700;
    src: local("Azo Sans"),
      url("/fonts/AzoSans-BoldItalic.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 900;
    src: local("Azo Sans"), url("/fonts/AzoSans-Black.woff") format("woff");
  }
  @font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 900;
    src: local("Azo Sans"),
      url("/fonts/AzoSans-BlackItalic.woff") format("woff");
  }