/* Tinos — SELF-HOSTED. Do not replace this with a fonts.googleapis.com link.
 *
 * Tinos is metric-compatible with Times New Roman, which is what CLAUDE.md's
 * number-font rule names for the server: screens use Times New Roman, and the
 * render server — which has no such font and cannot legally be given one — uses
 * Tinos in its place. That rule has been documented since the font rule was
 * written, but the font itself was never actually added, so every PDF template
 * asking for `'Times New Roman', Times, serif` was falling through to whatever
 * Chromium had.
 *
 * That fallback is why this file exists. Its subset carried no U+20B9, so the
 * rupee sign was silently dropped from generated documents: the GC-India
 * travelling sheet printed "the company owes you 10,050.00" with no currency
 * mark, and the conveyance claim next door had done the same since May 2026.
 * Nothing errored — an absent glyph just renders as nothing.
 *
 * Only `latin` and `latin-ext` are shipped (4 files, ~121 KB total). The
 * cyrillic / greek / hebrew / vietnamese subsets Google also serves are dropped:
 * nothing in these documents uses them, and the unicode-range declarations below
 * mean only the subset a page actually needs is ever downloaded.
 *
 * ⚠️ **U+20B9 (₹) lives in `latin-ext`, not `latin`.** Google puts the euro in
 * latin and every other currency sign in latin-ext, so shipping only the latin
 * face would look correct in review and still drop the rupee. Both are required.
 *
 * ⚠️ **U+2192 (→) is in NEITHER subset.** Google's latin range lists ↑ and ↓ but
 * not →, and latin-ext has no arrows at all — verified against the downloaded
 * cmaps, not just the unicode-range text. Templates must not print a literal
 * arrow; use an en-dash (U+2013, present in `latin`) for date ranges instead.
 *
 * Generated from the Google Fonts CSS for Tinos v26 on 2026-08-10. To refresh,
 * re-fetch that CSS, keep the latin + latin-ext faces, and re-download the
 * woff2s.
 */

/* latin-ext — carries ₹ (U+20B9) */
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Tinos-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Tinos-400-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;
}

/* latin-ext — bold */
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Tinos-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin — bold */
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Tinos-700-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;
}
