/* Yad Leah POS — brand theme (redesign 2026-06).
   Self-hosted Heebo (variable, Hebrew + Latin) so the offline POS never
   depends on Google Fonts; cached by pos/sw.js. Design tokens for the
   navy-ink / teal palette — pages may use these vars or the literal values. */

@font-face { font-family: "Heebo"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/fonts/heebo-vf-hebrew.woff2") format("woff2"); unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F; }
@font-face { font-family: "Heebo"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/fonts/heebo-vf-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --yl-ink: #0e2f40;        /* headers, sidebars, primary text */
  --yl-ink-soft: #46687a;   /* secondary text */
  --yl-teal: #129db5;       /* primary accent (from the logo) */
  --yl-teal-deep: #0e7d92;  /* hover / emphasis */
  --yl-teal-soft: #e3f3f6;  /* tinted fills, chips */
  --yl-confirm: #129b62;    /* money, complete-sale, success */
  --yl-amber: #e8a23d;      /* discounts, warnings */
  --yl-mist: #eef5f6;       /* page background */
  --yl-card: #ffffff;
  --yl-line: #dbe7ea;       /* borders */
}

.yl-tnum { font-variant-numeric: tabular-nums; }
