@font-face {
    font-family: "pretendard";
    src: url("../assets/fonts/Pretendard-Regular.otf");
    unicode-range: U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+300A, U+300B, U+3008, U+3009, U+00D7, U+3131-314E;
    font-weight: 400;
}

@font-face {
    font-family: "pretendard";
    src: url("../assets/fonts/Pretendard-Bold.otf");
    unicode-range: U+AC00-D7A3, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+300A, U+300B, U+3008, U+3009, U+00D7, U+3131-314E;
    font-weight: 700;
}

@font-face {
    font-family: "NotoSansSC";
    src: url("../assets/fonts/NotoSansSC-Regular.otf");
    unicode-range: U+4E00-9FAF;
    font-weight: 400;
}

@font-face {
    font-family: "NotoSansSC";
    src: url("../assets/fonts/NotoSansSC-Bold.otf");
    unicode-range: U+4E00-9FAF;
    font-weight: 700;
}

@font-face {
    font-family: "helvetica";
    src: url("../assets/fonts/HelveticaNeueLTPro-Roman.otf");
    unicode-range: U+003-0039, U+0041-005A, U+0061-007A;
    font-weight: 400;
}

@font-face {
    font-family: "helvetica";
    src: url("../assets/fonts/HelveticaNeueLTPro-It.otf");
    unicode-range: U+003-0039, U+0041-005A, U+0061-007A;
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "helvetica";
    src: url("../assets/fonts/HelveticaNeueLTPro-Bd.otf");
    unicode-range: U+003-0039, U+0041-005A, U+0061-007A;
    font-weight: 700;
}

@font-face {
    font-family: "helvetica";
    src: url("../assets/fonts/HelveticaNeueLTPro-BdIt.otf");
    unicode-range: U+003-0039, U+0041-005A, U+0061-007A;
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "helv-comma";
    src: url("../assets/fonts/HelveticaNeueLTPro-Roman.otf");
    unicode-range: U+002C, U+002E;
    font-weight: 400;
}

@font-face {
    font-family: "helv-comma";
    src: url("../assets/fonts/HelveticaNeueLTPro-It.otf");
    unicode-range: U+002C, U+002E;
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "helv-comma";
    src: url("../assets/fonts/HelveticaNeueLTPro-Bd.otf");
    unicode-range: U+002C, U+002E;
    font-weight: 700;
}

@font-face {
    font-family: "helv-comma";
    src: url("../assets/fonts/HelveticaNeueLTPro-BdIt.otf");
    unicode-range: U+002C, U+002E;
    font-weight: 700;
    font-style: italic;
}