/* ============================================================
   packages/ui — FONTS (single source)
   The ONLY @font-face declarations in the project. Every app
   links this once; do not re-declare @font-face anywhere else.
   Fonts are served from /fonts/* (kept at repo root).
   ============================================================ */

@font-face {
    font-family: 'Haffer';
    src: url('/fonts/Haffer-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Haffer';
    src: url('/fonts/Haffer-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RZA';
    src: url('/fonts/RzaRegular-Desktop.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
