@font-face {
  font-family: 'Cera';
  src: url('/static/fonts/Cera-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cera';
  src: url('/static/fonts/Cera-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cera';
  src: url('/static/fonts/Cera-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cera';
  src: url('/static/fonts/Cera-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Cera';
  src: url('/static/fonts/Cera-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
