
@font-face {
  font-family: 'cairo';
  src: url("./cairo/Cairo-Regular.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'cairo';
  src: url("./cairo/Cairo-Medium.ttf");
  font-weight: medium;
  font-style: 700;
  font-display: swap;
}


@font-face {
  font-family: 'cairo';
  src: url("./cairo/Cairo-Bold.ttf");
  font-weight: 900;
  font-style: bold;
  font-display: swap;
}


html[dir] {
  font-family: 'cairo';
}

