/* Linqura webfonts — Concept B (Frontier AI)
   All three brand fonts load from Google Fonts. Arial / Courier New are system fonts (no load).
   The compiler ships the @font-face closure reached from styles.css to consumers; importing the
   Google CSS here declares those @font-face rules in that closure. */

/* Oswald — Display / Headlines */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

/* Poppins — Body / UI */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

/* JetBrains Mono — Technical voice (eyebrows, numbers, chips, ticker, pills) */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap');
