

/*  Google Fonts - Noto Sans KR 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

body, html {
    font-family: 'Noto Sans KR', 'Malgun Gothic',  sans-serif !important;
}*/

/*  Freesentation ÆùÆ®´Â ·Îµù ¿À·ù·Î »ç¿ëÇÏÁö ¾ÊÀ½ */

@font-face {
  font-family: 'Freesentation';
  font-weight: 300;
  src: url('../fonts/Freesentation-3Light.woff2') format('woff2'),
       url('../fonts/Freesentation-3Light.woff') format('woff'),
       url('../fonts/Freesentation-3Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Freesentation';
  font-weight: 500;
  src: url('../fonts/Freesentation-4Regular.woff2') format('woff2'),
       url('../fonts/Freesentation-4Regular.woff') format('woff'),
       url('../fonts/Freesentation-4Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Freesentation';
  font-weight: 700;
  src: url('../fonts/Freesentation-7Bold.woff2') format('woff2'),
       url('../fonts/Freesentation-7Bold.woff') format('woff'),
       url('../fonts/Freesentation-7Bold.ttf') format('truetype');
}


/*  Spoqa Han Sans µîµµ ÇöÀç ¹Ì»ç¿ëÀÌ¹Ç·Î Á¦¿Ü */