/* ============================================================
   Palma webfonts — OFFLINE-SAFE (no network / CDN dependency).

   UI face: Onest (a neutral product grotesque). This @font-face uses
   local("Onest") only — so it picks up Onest if it's installed on the
   device, and otherwise the system stack in --font-sans renders. Nothing
   here hits the network, so it works inside an offline APK / webview.

   ── To EMBED Onest for a consistent look on every device ──
   Drop the woff2 file into  assets/fonts/  (see that folder's README),
   then add its url() to the src list below, e.g.:

     src: local("Onest"),
          url("../assets/fonts/Onest-VariableFont.woff2") format("woff2-variations");

   Do NOT re-add a Google Fonts @import/<link> — it breaks offline use.
   ============================================================ */

@font-face {
  font-family: "Onest";
  src: local("Onest");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
