/* MERZ Design System — Webfonts
   Source file uses: Source Sans Pro (Regular 400 / Semibold 600 / Bold 700)
   and Roboto Medium 500 (small badges).
   No font binaries were provided — loaded from Google Fonts.
   "Source Sans 3" is Adobe's renamed successor of Source Sans Pro
   (same glyphs/metrics). SUBSTITUTION FLAG: replace with licensed
   Source Sans Pro files if pixel-exact parity is required. */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&family=Roboto:wght@500&display=swap');

:root {
  --font-sans: "Source Sans 3", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-badge: "Roboto", "Source Sans 3", Arial, sans-serif;
}
