/* CERA PRO */
@font-face {
    font-family: 'CeraPro';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/TypeMates-CeraProRegular.otf'),
      url('../fonts/TypeMates-CeraProRegular.ttf');
  }
  
  @font-face {
    font-family: 'CeraPro';
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/TypeMates-CeraProLight.otf'),
      url('../fonts/TypeMates-CeraProLight.ttf');
  }
  
  @font-face {
    font-family: 'CeraPro';
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/TypeMates-CeraProMedium.otf'),
      url('../fonts/TypeMates-CeraProMedium.ttf');
  }
  
  @font-face {
    font-family: 'CeraPro';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/TypeMates-CeraProBold.otf'),
      url('../fonts/TypeMates-CeraProBold.ttf');
  }
