/* Plus Jakarta Sans - Display & heading variable font (replaces Poppins static)
   Variable font with full wght axis: 200-800.
   Poppins has no variable font release from the foundry. Plus Jakarta Sans is
   the nearest match: same geometric-rounded sans, similar x-height and spacing.
   The family name is changed here; update --font-display in app.css accordingly. */

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/fonts/PlusJakartaSans-Variable.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}
