/* Swaystack — Webfonts.
   Open Sans is the brand typeface (Google Fonts).

   The stylesheet is loaded with a <link> in each page's <head>, alongside the
   preconnects, rather than with @import here. An @import inside a linked CSS
   file serialises the request chain (fetch this file, parse it, only then fetch
   Google), which delays first paint. The <link> starts that fetch immediately.

   Family is requested as a variable font (wght 300..800, roman + italic):
   https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap

   Weight tokens live in tokens/typography.css (--fw-regular … --fw-extrabold). */
