@font-face {
  font-family: 'nanum-square';
  font-display: swap;
  font-weight: 300;
  src: url('/_next_public/fonts/NanumSquareL.woff') format('woff'),
    url('/_next_public/fonts/NanumSquareL.eot') format('embedded-opentype'),
    url('/_next_public/fonts/NanumSquareL.ttf') format('truetype');
}
@font-face {
  font-family: 'nanum-square';
  font-display: swap;
  font-weight: 400;
  src: url('/_next_public/fonts/NanumSquareR.woff') format('woff'),
    url('/_next_public/fonts/NanumSquareR.eot') format('embedded-opentype'),
    url('/_next_public/fonts/NanumSquareR.ttf') format('truetype');
}
@font-face {
  font-family: 'nanum-square';
  font-display: swap;
  font-weight: 700;
  src: url('/_next_public/fonts/NanumSquareB.woff') format('woff'),
    url('/_next_public/fonts/NanumSquareB.eot') format('embedded-opentype'),
    url('/_next_public/fonts/NanumSquareB.ttf') format('truetype');
}
@font-face {
  font-family: 'nanum-square';
  font-display: swap;
  font-weight: 900;
  src: url('/_next_public/fonts/NanumSquareEB.woff') format('woff'),
    url('/_next_public/fonts/NanumSquareEB.eot') format('embedded-opentype'),
    url('/_next_public/fonts/NanumSquareEB.ttf') format('truetype');
}

*,
html,
body {
  font-family: 'nanum-square';
}
