/* Cairo Font - Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* Apply Cairo font to all elements */
body, html, * {
  font-family: 'Cairo', sans-serif !important;
}

