/* SANG5M webfonts.
   SUBSTITUTION NOTE: no font binaries were supplied with the identity kit.
   Montserrat is the closest Google Fonts match to the bold geometric caps used
   for headlines ("SELL BIG. SPEAK BOLD.") and Barlow to the lighter geometric
   sans used for body copy. Both ship full Vietnamese (Latin Extended) coverage.
   The SANG5M wordmark itself is a custom angular techno face and is used ONLY
   as the supplied logo artwork in assets/ - never re-typed. */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Barlow:wght@300;400;500;600;700&display=swap");

:root{
  --font-display:"Montserrat","Helvetica Neue",Arial,sans-serif;
  --font-body:"Barlow","Helvetica Neue",Arial,sans-serif;
  --font-ui:"Montserrat","Helvetica Neue",Arial,sans-serif;
}
