/* Sariko webfonts.
   SUBSTITUTION NOTE: no font binaries were supplied with the brand assets.
   Outfit (geometric, rounded-square terminals) is the nearest Google Fonts match to
   the SARIKO wordmark; DM Sans stands in for the tagline/body face. Replace the
   @import below with local @font-face rules once the real files are available. */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap");

:root{
  --font-display:"Outfit","Helvetica Neue",Arial,sans-serif;
  --font-body:"DM Sans","Helvetica Neue",Arial,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,monospace;
}
