/**
 * Latin UI font faces for CRM / Employee.
 * Prefer local woff2 under this folder. Until woff2 files are vendored,
 * stacks fall back to Ravi + system-ui (no Google CDN).
 *
 * To vendor (while online):
 *   1. Download Plus Jakarta Sans + Space Grotesk woff2 from Google Fonts helper
 *      or fonts.google.com → download family → extract woff2
 *   2. Place files next to this CSS with the names below
 *   3. Uncomment the @font-face blocks
 */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: local("Plus Jakarta Sans"), local("PlusJakartaSans-Regular");
  /* src: url("./PlusJakartaSans-Variable.woff2") format("woff2"); */
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: local("Space Grotesk"), local("SpaceGrotesk-Medium");
  /* src: url("./SpaceGrotesk-Variable.woff2") format("woff2"); */
}
