@font-face {
    font-family: 'MinGothic';
    src: url('../fonts/MinGothic-Regular.woff') format('woff');
    font-style: normal;
    unicode-range: U+AC00-D7AF, U+1100-11FF; /* 한글 유니코드 범위 */
}

@font-face {
    font-family: 'GTAmerica';
    src: url('../fonts/GT-America-Standard-Regular.woff') format('woff'),
    url('../fonts/GT-America-Standard-Regular.woff2') format('woff2');
    unicode-range: U+0020-007E, U+0080-00FF,U+2192; /* 영문 유니코드 범위 */
}

@font-face {
    font-family: 'OSSame';
    src: url('../fonts/OSSame-English.woff') format('woff'),
    url('../fonts/OSSame-English.otf') format('opentype');
    unicode-range: U+0041-005A,U+0061-007A,U+0030-0039,U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E
}
