@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('../webfonts/cairo.ttf') format('truetype');
}

body {
  font-family: 'Cairo', sans-serif;
}