@font-face {
    font-family: 'SF Pro Display';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/SFProDisplay/SFProDisplay-Regular.ttf');
    src:
      url('/fonts/SFProDisplay/SFProDisplay-Regular.woff2') format('woff2'),
      url('/fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff'),
      url('/fonts/SFProDisplay/SFProDisplay-Regular.ttf') format('truetype');
  }

  @font-face {
    font-family: 'SF Pro Display';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/SFProDisplay/SFProDisplay-Semibold.ttf');
    src:
      url('/fonts/SFProDisplay/SFProDisplay-Semibold.woff2') format('woff2'),
      url('/fonts/SFProDisplay/SFProDisplay-Semibold.woff') format('woff'),
      url('/fonts/SFProDisplay/SFProDisplay-Semibold.ttf') format('truetype');
  }