/**
      * @license 
      * Industry Black font is licensed under the following license:
      * https://fortfoundry.com/pages/licensing
      */
      @font-face {
        font-family: 'industry-black';
        src: url('./industry-black.woff2') format('woff2'),
            url('./industry-black.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: block;
      }