@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------- */
/* font */

@font-face {
  font-family: 'Jalnan';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Jalnan.woff') format('woff');
}
@font-face {
  font-family: 'SBAggroM';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/SBAggroM.woff') format('woff');
}
@font-face {
  font-family: 'SBAggroL';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/SBAggroL.woff') format('woff');
}

@font-face {
  font-family: 'BR_R';
  src: url('../fonts/BR_R.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BR_B';
  src: url('../fonts/BR_B.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Noto Sans KR */
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 100;
  font-style: normal;
  src: url('../fonts/NotoSansKR-Light.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/NotoSansKR-DemiLight.woff2') format('woff2'), url('../fonts/NotoSansKR-DemiLight.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/NotoSansKR-Regular.woff2') format('woff2'), url('../fonts/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/NotoSansKR-Medium.woff2') format('woff2'), url('../fonts/NotoSansKR-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans CJK KR';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/NotoSansKR-Bold.woff2') format('woff2'), url('../fonts/NotoSansKR-Bold.woff') format('woff');
}
