
/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansLatin-400.woff2') format('woff2');
  unicode-range: U+0020-007E, U+00A0-00FF, U+2000-206F;
}
/* noto-sans-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSansLatin-500.woff2') format('woff2'); 
  unicode-range: U+0020-007E, U+00A0-00FF, U+2000-206F;
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansLatin-700.woff2') format('woff2');
  unicode-range: U+0020-007E, U+00A0-00FF, U+2000-206F;
}


/* Korean */
/* noto-sans-kr-regular - korean */
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansKR-400.woff2') format('woff2');
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F;
}
/* noto-sans-kr-500 - korean */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSansKR-500.woff2') format('woff2'); 
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F;
}
/* noto-sans-kr-700 - korean */
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansKR-700.woff2') format('woff2'); 
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F;
}


/* S-core dream */
@font-face {
  font-display: swap; 
  font-family: 'S-CoreDream';
  font-style: normal;
  font-weight: 400;
  src: url('../font/S-CoreDream-4Regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+AC00-D7A3, U+1100-11FF, U+3130-318F;
}
@font-face {
  font-display: swap;
  font-family: 'S-CoreDream';
  font-style: normal;
  font-weight: 500;
  src: url('../font/S-CoreDream-5Medium.woff2') format('woff2'); 
  unicode-range: U+0000-00FF, U+AC00-D7A3, U+1100-11FF, U+3130-318F;
}
@font-face {
  font-display: swap; 
  font-family: 'S-CoreDream';
  font-style: normal;
  font-weight: 700;
  src: url('../font/S-CoreDream-6Bold.woff2') format('woff2'); 
  unicode-range: U+0000-00FF, U+AC00-D7A3, U+1100-11FF, U+3130-318F;
}


/* Nanum Gothic */
@font-face {
  font-display: swap; 
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src:
      local('Nanum Gothic'),
      local('NanumGothic'),
      url('../font/NanumGothic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+AC00-D7A3, U+1100-11FF, U+3130-318F;
}
@font-face {
  font-display: swap;
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src:
      local('Nanum Gothic Bold'),
      local('NanumGothicBold'),
      url('../font/NanumGothicBold.woff2') format('woff2'); 
  unicode-range: U+0000-00FF, U+AC00-D7A3, U+1100-11FF, U+3130-318F;
}

