
/*****
	Font: Cronos Pro
*****/

/* Light */

@font-face {
  font-family: 'cronos-pro';
  src: url('../fonts/cronos-pro-light.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'cronos-pro';
  src: url('../fonts/cronos-pro-light-italic.otf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'cronos-pro';
  src: url('../fonts/cronos-pro-regular.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'cronos-pro';
  src: url('../fonts/cronos-pro-regular-italic.otf');
  font-weight: 400;
  font-style: italic;
}

/* Semi Bold */

@font-face {
  font-family: 'cronos-pro';
  src: url('../fonts/cronos-pro-semibold.otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'cronos-pro';
  src: url('../fonts/cronos-pro-semibold-italic.otf');
  font-weight: 600;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'cronos-pro';
  src: url('../fonts/cronos-pro-bold.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'cronos-pro';
  src: url('../fonts/cronos-pro-bold-italic.otf');
  font-weight: 700;
  font-style: italic;
}
