/* Montserrat is the brand's primary family (Regular 400 / Medium 500 / Bold 700).
   The .fig ships no font binaries, so the faces load from Google Fonts.
   Swap this @import for local @font-face rules if licensed files become available. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

:root {
  --font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
}
