/*
 * Open Sans, self-hosted. It is the prototype's typeface, and serving it
 * ourselves keeps the app free of an external request on a screen someone
 * loads at a charge point on mobile data.
 *
 * One variable file covers 300–800, so every weight the design uses costs a
 * single download. Propshaft rewrites the url() below to a digested path and
 * fingerprints it, so this can be cached forever.
 */
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-Variable-72e15961.ttf") format("truetype-variations");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
