/* Self-hosted copy of @kuda/ui/fonts.css with stable URLs so we can preload from index.html.
   Source: node_modules/@kuda/ui/fonts/. Re-copy fonts after upgrading @kuda/ui if they change. */

@font-face {
  font-family: "Suisse Intl";
  src: url("/fonts/kuda-ui/SuisseIntl-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("/fonts/kuda-ui/SuisseIntl-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KUDA Modena";
  src: url("/fonts/kuda-ui/KUDAModena-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KUDA Modena";
  src: url("/fonts/kuda-ui/KUDAModena-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
