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

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