/* font */
@font-face {
  font-family: 'Malgun';
  font-style: normal;
  font-weight: normal;
  src:
          url('../fonts/Malgun.eot') format('embedded-opentype'),
          url('../fonts/Malgun.otf') format('opentype'),
          url('../fonts/Malgun.woff') format('woff')
}

@font-face {
  font-family: 'Malgun Gothic';
  font-style: normal;
  font-weight: bold;
  src:
          url('../fonts/Malgunbd.eot') format('embedded-opentype'),
          url('../fonts/Malgunbd.otf') format('opentype'),
          url('../fonts/Malgunbd.woff') format('woff')
}

@font-face {
  font-family: 'Malgun Gothic';
  font-style: normal;
  font-weight: normal;
  src:
      url('../fonts/Malgun.eot') format('embedded-opentype'),
      url('../fonts/Malgun.otf') format('opentype'),
      url('../fonts/Malgun.woff') format('woff')
}

@font-face {
  font-family: 'Malgunsl';
  font-style: normal;
  font-weight: normal;
  src:
          url('../fonts/Malgunsl.eot') format('embedded-opentype'),
          url('../fonts/Malgunsl.otf') format('opentype'),
          url('../fonts/Malgunsl.woff') format('woff')
}

@font-face{
  font-family: 'Pretendard';
  font-weight:400;
  font-display:swap;
  src:
      url('../fonts/Pretendard-Regular.woff2') format("woff2"),
      url('../fonts/Pretendard-Regular.woff') format("woff")
}

@font-face{
  font-family: 'Pretendard';
  font-weight:700;
  font-display:swap;
  src:
      url('../fonts/Pretendard-Bold.woff2') format("woff2"),
      url('../fonts/Pretendard-Bold.woff') format("woff")
}
