/**
 * Latin UI font faces — Employee app (mirrors CRM).
 * No fonts.googleapis.com. Falls back to Ravi + system.
 */
@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");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: local("Space Grotesk"), local("SpaceGrotesk-Medium");
}
