/* ==========================================================================
   FONTS — Grow Bridge Partners
   Source: "Tipografía" page, brand manual (Grow Bridge 2025).
     - "Monserat" (sic) → Montserrat. EXACT match, sourced directly from
       Google Fonts (variable weight axis 100–900, one file covers the
       whole scale). Manual: bold display type, tight tracking/leading,
       first word/line of a title set bold.
     - "Objective" → NOT a published Google Fonts family (and not locally
       available). SUBSTITUTED with Poppins — closest available match to
       the manual's specimen (circular bowls, low-contrast geometric
       sans, light body weight). FLAGGED — ask the brand team for the
       real Objective font files (.woff2/.ttf) to replace this swap.
   ========================================================================== */

/* Montserrat — variable, weights 100–900 (display/headings) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Poppins — static weights (body/subtitles) — SUBSTITUTE for "Objective" */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype'); }
