/* SF Pro Display Font - Production Setup */
/* 
 * Download SF Pro Display .otf files from: https://developer.apple.com/fonts/
 * Extract and place in this directory:
 *   - SFProDisplay-Regular.otf
 *   - SFProDisplay-Medium.otf
 *   - SFProDisplay-Bold.otf
 */

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/SFProDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/SFProDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/SFProDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
