@font-face {
        font-family: Heebo;
        src:
          url('/assets/fonts/Heebo-Light.woff2') format('woff2'),
          url('/assets/fonts/Heebo-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: Heebo;
        src:
          url('/assets/fonts/Heebo-Regular.woff2') format('woff2'),
          url('/assets/fonts/Heebo-Regular.woff') format('woff');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: Heebo;
        src:
          url('/assets/fonts/Heebo-Medium.woff2') format('woff2'),
          url('/assets/fonts/Heebo-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: Heebo;
        src:
          url('/assets/fonts/Heebo-Bold.woff2') format('woff2'),
          url('/assets/fonts/Heebo-Bold.woff') format('woff');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: Heebo Variable;
        src:
          url('/assets/fonts/Heebo-Variable.woff2') format('woff2');
        font-weight: 100 900;
        font-style: normal;
        font-display: swap;
      }
