/* Shared: Typography
 * Central SF Pro font sources and the global font-family token.
 */

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

@font-face {
  font-family: "SF Pro";
  font-style: normal;
  font-weight: 510;
  font-display: swap;
  src: local("SF Pro Text Medium"), local("SFProText-Medium"),
       url("../fonts/SFPro-Medium.woff2") format("woff2");
}

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

:root {
  --font-family: "SF Pro", -apple-system, BlinkMacSystemFont, "SF Pro Display",
                 "SF Pro Text", system-ui, "Helvetica Neue", Arial, sans-serif;
}
