/* Noto Sans KR - Local (WOFF2 subset: KS X 1001 + ASCII) */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/NotoSansKR-Light.woff2') format('woff2'),
       url('../fonts/NotoSansKR-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoSansKR-Regular.woff2') format('woff2'),
       url('../fonts/NotoSansKR-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),
       url('../fonts/NotoSansKR-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/NotoSansKR-Bold.woff2') format('woff2'),
       url('../fonts/NotoSansKR-Bold.ttf') format('truetype');
}

/* JetBrains Mono - Local */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2'),
       url('../fonts/JetBrainsMono-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/JetBrainsMono-Medium.woff2') format('woff2'),
       url('../fonts/JetBrainsMono-Medium.ttf') format('truetype');
}
