
    @font-face {
      font-family: 'Sofia Pro';
      src: url('/dist/sofia-regular.woff') format('woff');
      font-style: normal;
      font-weight: 400;
      font-display: optional;
    }
  
    @font-face {
      font-family: 'Sofia Pro';
      src: url('/dist/sofia-light.woff') format('woff');
      font-style: normal;
      font-weight: 300;
      font-display: optional;
    }
  
    @font-face {
      font-family: 'Sofia Pro';
      src: url('/dist/sofia-bold.woff') format('woff');
      font-style: normal;
      font-weight: 700;
      font-display: optional;
    }
  