/* Cera Pro Font Family */
@font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Thin Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Light Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Regular Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Medium Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Bold Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Cera Pro';
    src: url('/assets/fonts/CeraPro/Cera Pro Black Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }