@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/cera-pro-regular.woff2') format('woff2'),
       url('fonts/cera-pro-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/cera-pro-regular-italic.woff2') format('woff2'),
       url('fonts/cera-pro-regular-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/cera-pro-medium.woff2') format('woff2'),
       url('fonts/cera-pro-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/cera-pro-medium-italic.woff2') format('woff2'),
       url('fonts/cera-pro-medium-italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('fonts/cera-pro-bold.woff2') format('woff2'),
       url('fonts/cera-pro-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}