/* === Cairo Local Font (Arabic + Latin) === */

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Cairo.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Cairo.woff2') format('woff2');
  font-display: swap;
}

/* === Default font for whole website === */
body {
  font-family: 'Cairo', sans-serif;
}