/* SF Pro Rounded – self-hosted, WOFF2 only */
@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 400;
  /* Regular */
  font-display: swap;
  src: url("fonts/SF Pro Rounded Regular.woff2") format("woff2");
}

@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 500;
  /* Medium */
  font-display: swap;
  src: url("fonts/SF Pro Rounded Medium.woff2") format("woff2");
}

@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 600;
  /* Semibold */
  font-display: swap;
  src: url("fonts/SF Pro Rounded Semibold.woff2") format("woff2");
}

@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 700;
  /* Bold */
  font-display: swap;
  src: url("fonts/SF Pro Rounded Bold.woff2") format("woff2");
}