@font-face {
    font-family: shskr-exlight;
    src: url('./fonts/SourceHanSansKR-ExtraLight.otf');
}

@font-face {
    font-family: shskr-light;
    src: url('./fonts/SourceHanSansKR-Light.otf');
}

@font-face {
    font-family: shskr-normal;
    src: url('./fonts/SourceHanSansKR-Normal.otf');
}

@font-face {
    font-family: shskr-bold;
    src: url('./fonts/SourceHanSansKR-Bold.otf');
}

@font-face {
    font-family: shskr-medium;
    src: url('./fonts/SourceHanSansKR-Medium.otf');
}

@font-face {
    font-family: shskr-regular;
    src: url('./fonts/SourceHanSansKR-Regular.otf');
}

@font-face {
    font-family: shskr-heavy;
    src: url('./fonts/SourceHanSansKR-Heavy.otf');
}

@font-face {
    font-family: malgun;
    src: url('./fonts/malgun.ttf');
}

.shskr-exlight {
    font-family: shskr-exlight;
}

.shskr-light {
    font-family: shskr-light;
}

.shskr-normal {
    font-family: shskr-normal;
}

.shskr-medium {
    font-family: shskr-medium;
}

.shskr-regular {
    font-family: shskr-regular;
}

.shskr-heavy {
    font-family: shskr-heavy;
}

.shskr-bold {
    font-family: shskr-bold;
}

.malgun {
    font-family: malgun;
}


.weight-600 {
    font-weight: 600;
}

.weight-800 {
    font-weight: 800;
}

.weight-bold {
    font-weight: bold;
}
