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

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

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

* {
  font-family: "cairo" , sans-serif ;
}