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

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

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

/* Font family fallback stack */
.cera-pro {
  font-family: 'Cera Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Body default font */
body {
  font-family: 'Cera Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
} 