/* Font Declarations */

/* This file is intentionally minimal as fonts are loaded via Google Fonts CDN */
/* Additional font-family declarations can be added here if needed */

/* Arabic font support for Right-to-Left text */
[dir='rtl'] {
  font-family: 'Cairo', 'Arial', sans-serif;
}

/* Ensure consistent font rendering */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
