/* Import Google Fonts with Swap Display */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Newsreader:ital,opsz,wght@0,6..72,500;0,6..72,600;0,6..72,700;0,6..72,800;1,6..72,400&family=Noto+Kufi+Arabic:wght@500;600;700;800&family=Noto+Sans+Arabic:wght@500;600;700;800&display=swap');

/* Font Variables mapping */
:root {
  --font-family-serif: 'Newsreader', Georgia, serif;
  --font-family-sans: 'Manrope', system-ui, -apple-system, sans-serif;
  --font-family-arabic-kufi: 'Noto Kufi Arabic', sans-serif;
  --font-family-arabic-sans: 'Noto Sans Arabic', sans-serif;
}
