@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('NanumGothic-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('NanumGothic-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url('NanumGothic-ExtraBold.ttf') format('truetype');
  font-display: swap;
}