
/*****
	Font: Cairo
*****/

/* Light */

@font-face {
  font-family: 'cairo';
  src: url('../fonts/cairo-light.ttf');
  font-weight: 400;
  font-style: normal;
}

/* Regular */

@font-face {
  font-family: 'cairo';
  src: url('../fonts/cairo-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

/* Medium */

@font-face {
  font-family: 'cairo';
  src: url('../fonts/cairo-medium.ttf');
  font-weight: 700;
  font-style: normal;
}

/* Bold */

@font-face {
  font-family: 'cairo';
  src: url('../fonts/cairo-bold.ttf');
  font-weight: 700;
  font-style: normal;
}
