/* Manrope from Google Fonts - Production Ready */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');

/* Robust font stack with fallbacks */
body {
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto,
               Helvetica, Arial, "Noto Sans", "Apple Color Emoji",
               "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
