/* nanum-gothic-regular */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/nanum-gothic/nanum-gothic-regular.ttf') format('truetype');
}

/* nanum-gothic-700 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/nanum-gothic/nanum-gothic-700.ttf') format('truetype');
}

/* nanum-gothic-800 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/nanum-gothic/nanum-gothic-800.ttf') format('truetype');
}