@charset "UTF-8";
    
@font-face {
    font-family: 'FaktumTest';
    font-style: normal;
    font-weight: 400;
    src: local('FaktumTest'), 
        url('../fonts/Faktum Test Regular.otf') format('opentype');
}
@font-face {
    font-family: 'FaktumTest';
    font-style: normal;
    font-weight: 700;
    src: local('FaktumTest'), 
        url('../fonts/Faktum Test Bold.otf') format('opentype');
}



@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;    
    src:
        url('../fonts/NanumSquareL.otf') format('opentype');        
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src:
        url('../fonts/NanumSquareR.otf') format('opentype');        
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url('../fonts/NanumSquareB.otf') format('opentype');      
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 900;
    src: url('../fonts/NanumSquareEB.otf') format('opentype');   
}

