/* Barlow Condensed */
@font-face {
  font-family: 'bc';
  src: url('../font/barlow/BarlowCondensed-Thin.ttf') format('opentype');
  font-weight: 100;
  font-style: normal;
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family: 'bc';
  src: url('../font/barlow/BarlowCondensed-ExtraThin.ttf') format('opentype');
  font-weight: 200;
  font-style: normal;
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family: 'bc';
  src: url('../font/barlow/BarlowCondensed-Light.ttf') format('opentype');
  font-weight: 300;
  font-style: normal;
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family: 'bc';
  src: url('../font/barlow/BarlowCondensed-Regular.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family: 'bc';
  src: url('../font/barlow/BarlowCondensed-Medium.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family: 'bc';
  src: url('../font/barlow/BarlowCondensed-SemiBold.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family: 'bc';
  src: url('../font/barlow/BarlowCondensed-Bold.ttf') format('opentype');
  font-weight: 700;
  font-style: normal;
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family: 'bc';
  src: url('../font/barlow/BarlowCondensed-ExtraBold.ttf') format('opentype');
  font-weight: 800;
  font-style: normal;
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family: 'bc';
  src: url('../font/barlow/BarlowCondensed-Black.ttf') format('opentype');
  font-weight: 900;
  font-style: normal;
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}

/* Suit */
@font-face {
  font-family: 'suit';
  src: url('../font/suit/SUIT-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family: 'suit';
  src: url('../font/suit/SUIT-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family: 'suit';
  src: url('../font/suit/SUIT-ExtraLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family: 'suit';
  src: url('../font/suit/SUIT-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family: 'suit';
  src: url('../font/suit/SUIT-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family: 'suit';
  src: url('../font/suit/SUIT-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family: 'suit';
  src: url('../font/suit/SUIT-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family: 'suit';
  src: url('../font/suit/SUIT-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family: 'suit';
  src: url('../font/suit/SUIT-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}