/*
 * Self-hosted Unbeatable — same filenames as style-static.css / blob CDN.
 * Load this AFTER style-static.css: when these files exist under wwwroot/fonts/Unbeatable/,
 * the browser uses same-origin URLs and avoids CORS errors on localhost.
 *
 * Copy woff2/woff from your design system or blob (see wwwroot/fonts/Unbeatable/PLACE_FONTS_HERE.txt).
 */
@font-face {
  font-family: "Unbeatable";
  src: url("/fonts/Unbeatable/Unbeatable-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium: not present at CDN path used in style-static (404); 500 falls back to 400/600. */

@font-face {
  font-family: "Unbeatable";
  src: url("/fonts/Unbeatable/Unbeatable-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbeatable";
  src: url("/fonts/Unbeatable/Unbeatable-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: "Unbeatable", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
