/**
 * Copyright (c) 2021 Hanwha.
 */

@font-face {
    font-family: 'HanwhaB';
    src: url('./v2/01HanwhaB.ttf') format('truetype');
}

@font-face {
    font-family: 'HanwhaR';
    src: url('./v2/02HanwhaR.ttf') format('truetype');
}

@font-face {
    font-family: 'HanwhaL';
    src: url('./v2/03HanwhaL.ttf') format('truetype');
}


.hanwhaB {
    font-family: 'HanwhaB' !important;
    font-weight: 700 !important;
}
.hanwhaR {
    font-family: 'HanwhaR' !important;
    font-weight: 500 !important;
}
.hanwhaL {
    font-family: 'HanwhaL' !important;
    font-weight: 300 !important;
}
