/* DM Sans (logo + display) and Inter (UI/body) are the two brand faces named in
   the 2021 Manual de identidad. No binaries were supplied with the brand book, so both
   are loaded from Google Fonts, which is their canonical source. Swap these @import
   lines for local @font-face rules if you self-host. */

:root{
  --font-display:"DM Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-body:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-mono:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;
}
