@charset "utf-8";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: 'TTBookendBatangR';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-2@1.0/TTBookendBatangR.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: 'Eulyoo1945';
  src: url('./fonts/Eulyoo1945-SemiBold.woff2') format('woff2'),
    url('./fonts/Eulyoo1945-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BookendBatangR';
  src: url('./fonts/bookend_batang_r.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BookendBatangSemiBold';
  src: url('./fonts/bookend_batang_sb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GowunBatang-Bold';
  src: url('./fonts/GowunBatang-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ChosunCentennial';
  src: url('./fonts/ChosunCentennial_ttf.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('./fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  unicode-range: U+0000-0040, U+007B-00FF, U+0041-005A, U+0061-007A;
  /* 영어 */
}

@font-face {
  font-family: 'Paperlogy';
  src: url('./fonts/GmarketSansTTFMedium.ttf') format('truetype');
  unicode-range: U+AC00-D7AF, U+1100-11FF, U+3130-318F;
  /* 한글 */
}

@font-face {
  font-family: 'Paperlogy';
  src: url('./fonts/MPLUS2-VariableFont_wght.ttf') format('truetype');
  unicode-range: U+3040-309F, U+30A0-30FF, U+4E00-9FAF;
  /* 일본어 */
}
