/* Cairo font face definitions */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cairo/Cairo-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/cairo/Cairo-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cairo/Cairo-Bold.ttf') format('truetype');
}


/* Apply Cairo font to all text */
body, input, textarea, select, button {
    font-family: 'Cairo' !important;
}

/* For RTL Arabic support */
body {
    direction: rtl;
    text-align: right;
}
