/* ASAP_CLIENT_BLUEKIDS/wwwroot/css/fonts.css */
/* Self-hosted font files (see /wwwroot/fonts) - no CDN dependency, compatible with a strict CSP. */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/be-vietnam-pro-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Be Vietnam Pro';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/be-vietnam-pro-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/plus-jakarta-sans-700.woff2') format('woff2');
}
