/* Soft Swiss Style CAPX2 v2 — tokens/fonts.css, unmodified except the Google Fonts @import:
   Meteor concatenates every client .css file, so an @import here would not be first in the
   sheet and browsers would drop it. The same <link> is loaded from client/head.html instead. */
/* CAPX ships no self-hosted font binaries. Both faces are Google Fonts and are
   loaded from the Google CDN. Source Serif 4 is variable with an optical-size
   axis — every CAPX display figure pins it with font-optical-sizing:none so the
   same glyph is drawn at every size. See --font-display-optical-sizing. */
:root{
  --font-display:'Source Serif 4',Georgia,serif;
  --font-text:'Instrument Sans',system-ui,sans-serif;
  --font-display-optical-sizing:none; /* @kind font */
  --font-numeric:tabular-nums; /* @kind font */
}
