/* SS AirTech Solutions — webfonts.
   NOTE: no font binaries were supplied with the brand assets. These are the
   closest Google Fonts matches to the logo wordmark (heavy italic grotesque)
   and the catalogue's condensed uppercase headlines. See readme.md > Fonts. */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;1,700&family=Barlow+Semi+Condensed:ital,wght@0,500;0,600;0,700;1,800&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");
:root{
  --font-display:"Barlow Condensed","Arial Narrow",sans-serif;
  --font-headline:"Barlow Semi Condensed","Barlow Condensed",sans-serif;
  --font-body:"Barlow","Helvetica Neue",Arial,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,monospace;
}