/* Webfonts. SUBSTITUTIONS: no font files were provided with the brand.
   Archivo stands in for the bold grotesque used in the reference stories/captions.
   Archivo Narrow stands in for the condensed all-caps Reel overlays.
   Kaushan Script stands in for the brush signature in the "m." app icon. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,700&family=Archivo+Narrow:wght@600;700&family=Kaushan+Script&display=swap");

:root{
  --font-display:"Archivo","Helvetica Neue",Arial,sans-serif;
  --font-body:"Archivo","Helvetica Neue",Arial,sans-serif;
  --font-condensed:"Archivo Narrow","Archivo",Arial,sans-serif;
  --font-script:"Kaushan Script",cursive;
  --font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace;
}
