/* CeraPro Font Family */

@font-face {
  font-family: 'CeraPro';
  src: url('./CeraPro-Light.woff2') format('woff2'),
       url('./CeraPro-Light.woff') format('woff'),
       url('./CeraPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CeraPro';
  src: url('./CeraPro-Regular.woff2') format('woff2'),
       url('./CeraPro-Regular.woff') format('woff'),
       url('./CeraPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CeraPro';
  src: url('./CeraPro-Medium.woff2') format('woff2'),
       url('./CeraPro-Medium.woff') format('woff'),
       url('./CeraPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CeraPro';
  src: url('./CeraPro-Bold.woff2') format('woff2'),
       url('./CeraPro-Bold.woff') format('woff'),
       url('./CeraPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CeraPro';
  src: url('./CeraPro-Black.woff2') format('woff2'),
       url('./CeraPro-Black.woff') format('woff'),
       url('./CeraPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} 