@font-face {
    font-family: 'Pretendard';
    src: url('./assets/fonts/pretendard/Pretendard-Regular.otf') format('opentype');
    /* unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF; */
}


@font-face {
    font-family: 'poppins';
    src: url('./assets/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    /* unicode-range:  U+0041-005A,U+0061-007A,U+0030-0039,U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E */
    unicode-range: U+0020-007E;


}