/*
  SF Pro Text webfont declarations (placeholders)
  Note: Apple SF Pro fonts are proprietary. Do not commit font files without a valid license.
  After downloading from Apple Developer, place the .woff2 files in /public/fonts/sf-pro/.
*/

@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Regular"), local("SFProText-Regular"),
       url("/public/fonts/sf-pro/SFProText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Semibold"), local("SFProText-Semibold"),
       url("/public/fonts/sf-pro/SFProText-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Bold"), local("SFProText-Bold"),
       url("/public/fonts/sf-pro/SFProText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
