/* Comic Neue font faces */
@font-face {
  font-family: 'Comic Neue';
  src: url('../fonts/Comic_Neue/ComicNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comic Neue';
  src: url('../fonts/Comic_Neue/ComicNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comic Neue';
  src: url('../fonts/Comic_Neue/ComicNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Fallback: apply Comic Neue to body or specific selectors if desired
body {
  /* font-family: 'Comic Neue', sans-serif; */
}
