@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/cairo-v21-latin-200.woff2') format('woff2');
}

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cairo-v31-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/cairo-v21-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/cairo-v21-latin-900.woff2') format('woff2');
}

/* Optional: set it as default font for your project */
body {
  font-family: 'Cairo', sans-serif;
}
