@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('※'),
  url('../../fonts/Roboto-Regular.ttf') format('truetype');
  unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('※'),
  url('../../fonts/Roboto-Medium.ttf') format('truetype');
  unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('※'),
  url('../../fonts/Roboto-Bold.ttf') format('truetype');
  unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('※'),
  url('../../fonts/Roboto-Black.ttf') format('truetype');
  unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local('※'),
  url('../../fonts/NotoSansKR-Regular.otf') format('opentype');
  unicode-range: U+AC00-U+D7A3;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: local('※'),
  url('../../fonts/NotoSansKR-Medium.otf') format('opentype');
  unicode-range: U+AC00-U+D7A3;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  src: local('※'),
  url('../../fonts/NotoSansKR-Bold.otf') format('opentype');
  unicode-range: U+AC00-U+D7A3;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: local('※'),
  url('../../fonts/NotoSansKR-Black.otf') format('opentype');
  unicode-range: U+AC00-U+D7A3;
}