/* Regular */
@font-face {
  font-family: 'Cera Pro';
  src: url('cerapro/Cera Pro Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'Cera Pro';
  src: url('cerapro/Cera Pro Regular Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Cera Pro';
  src: url('cerapro/Cera Pro Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Cera Pro';
  src: url('cerapro/Cera Pro Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Black */
@font-face {
  font-family: 'Cera Pro';
  src: url('cerapro/Cera Pro Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: 'Cera Pro';
  src: url('cerapro/Cera Pro Black Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Cera Pro';
  src: url('cerapro/Cera Pro Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}


