/* Custom Fonts CSS */

@font-face {
  font-family: 'Arial';
  src: url('/api/fonts/file/Arial.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'NanumGothic';
  src: url('/api/fonts/file/NanumGothic.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'cookierun';
  src: url('/api/fonts/file/cookierun.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'pretendard';
  src: url('/api/fonts/file/pretendard.ttf');
  font-display: swap;
}

