/* Gain.io webfonts.
   SUBSTITUTION NOTE: no font binaries were provided with the brand references.
   Plus Jakarta Sans (geometric humanist sans) and JetBrains Mono are the closest
   Google Fonts matches to the type in the reference screenshots. Swap the
   @font-face sources here if the real brand fonts arrive. */
/* LOCALISED: the remote Google Fonts @import was replaced by ../fonts-local.css,
   which serves the same faces (identical unicode-range subsets) from this origin.
   The site CSP is default-src none / font-src self data: — a remote font origin
   would simply be blocked. */
:root{
  --font-display:"Plus Jakarta Sans","Helvetica Neue",Helvetica,sans-serif;
  --font-body:"Plus Jakarta Sans","Helvetica Neue",Helvetica,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
}
