/* ============================================================
   JunoMarkets webfonts
   - Source Han Sans HK (思源黑体 香港) — THE brand typeface (brand book),
     supplied by the client. Used for body, UI and display.
   - Poppins — numerals for prices/tickers/P&L (tabular-nums).
   - Sora — kept only as a Latin display fallback.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');

@font-face {
  font-family: 'Source Han Sans HK';
  src: url('../assets/fonts/SourceHanSansHK-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Han Sans HK';
  src: url('../assets/fonts/SourceHanSansHK-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Han Sans HK';
  src: url('../assets/fonts/SourceHanSansHK-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Han Sans HK';
  src: url('../assets/fonts/SourceHanSansHK-Heavy.otf') format('opentype');
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}
