/* Fonts loader for local fonts
   Place font files in ../fonts/
*/

@font-face {
  font-family: 'RoehoeChan';
  src: url('../fonts/ROEHOE-CHAN.ttf') format('truetype'),
       url('../fonts/ROEHOE-CHAN.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Ensure fallback and usage */
.ceo-name {
  font-family: 'RoehoeChan', 'Source Sans Pro', Arial, sans-serif;
  font-weight: normal;
  /* Use a standard, scalable size. Adjust as needed (e.g. 2rem or 32px). */
  font-size: 4rem;
}
