@font-face {
  font-family: 'NanumSquareOTF';
  font-style: light;
  font-weight: 300;
  src:
    url('/fonts/NanumSquareR.woff2') format('woff2'),
    url('/fonts/NanumSquareR.woff') format('woff'),
    url('/fonts/NanumSquareR.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'NanumSquareOTF';
  font-style: normal;
  font-weight: 400;
  src:
    url('/fonts/NanumSquareB.woff2') format('woff2'),
    url('/fonts/NanumSquareB.woff') format('woff'),
    url('/fonts/NanumSquareB.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'NanumSquareOTF';
  font-style: bold;
  font-weight: 700;
  src:
    url('/fonts/NanumSquareEB.woff2') format('woff2'),
    url('/fonts/NanumSquareEB.woff') format('woff'),
    url('/fonts/NanumSquareEB.otf') format('opentype');
  font-display: swap;
}
