/* Manrope — the brand's single typeface (Brand Guidelines 4.0).
   The product loads it from Google Fonts; keep this import as the canonical source. */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-manrope: var(--font-sans);
}
