/* Timberium webfonts
   -------------------------------------------------------------
   The Timberium decks are set in Calibri (default Microsoft Office
   font). Calibri is proprietary and cannot be shipped, so the design
   system substitutes CARLITO — a metric-compatible open clone of
   Calibri (same widths/metrics, so layouts match). Served from Google
   Fonts. If you have a Calibri license, swap the --font-* vars.
   The logo wordmark itself is a bespoke drawing (a capitalised
   humanist sans with an extended T crossbar) — not a shipping font.
*/
@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Technical/mono companion for figures, specs and code-like values */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');
