@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/static/css/shop/font/NotoSans-Regular.otf') format('woff2');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('/static/css/shop/font/NotoSans-Bold.otf') format('woff2');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/static/css/shop/font/Montserrat-Regular.ttf') format('woff2');
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('/static/css/shop/font/Montserrat-Bold.ttf') format('woff2');
  unicode-range: U+0020-007E;
}
