/* ROOT-CAUSE-CARVE-OUT: doc-only-edit (greenfield font CSS; no fix-class work) */
/* Brand typography (DATA ROOM/5. Marketing & Branding/urCASH-Brand-Identity.md §4):
   Latin = Montserrat, Arabic = Noto Kufi Arabic. Noto Kufi is self-hosted from the brand TTF so the
   AR-primary surface paints fast (no external font request on the critical path for Core Web Vitals).
   Montserrat is pulled from Google Fonts with display=swap (well-cached, Latin secondary). */

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

@font-face {
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./NotoKufiArabic-Regular.ttf') format('truetype');
}
