@font-face {
    font-family: 'OneShinhan';
    font-weight: 700;
    src: local('OneShinhan Bold'),
    url('/content/fonts/OneShinhanBold.ttf') format('truetype');
}


@font-face {
    font-family: 'OneShinhan';
    font-weight: 500;
    src: local('SOneShinhan Medium'),
    url('/content/fonts/OneShinhanMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'OneShinhan';
    font-weight: 300;
    src: local('OneShinhan Light'),
    url('/content/fonts/OneShinhanLight.ttf') format('truetype');
}