
@font-face {
    font-family: 'Gothic';
    src: url('/fonts/GenJyuuGothic-Normal.ttf') format('truetype');
}
.gothic{
    font-family: 'Gothic' !important;
    font-weight: 600;
}
@font-face {
    font-family: 'RoundedGothic';
    src: url('/fonts/RoundedJP-Gothic.otf') format('truetype');
}
.circle{
    font-family: 'RoundedGothic' !important;
}

@font-face {
    src: url('/fonts/ZenOldMincho-Regular.ttf') format('truetype');
    font-family: 'zen-mincho';
}

.zen-mincho{
    font-family: 'zen-mincho' !important;
}

@font-face {
    font-family: 'Gyosho';
    src: url('/fonts/YujiSyuku-Regular.ttf') format('truetype');
}
.gyosho{
    font-family: 'Gyosho'!important;
    font-size:600;
}
@font-face {
    font-family: 'shokaki';
    src: url('/fonts/shokaki.ttf') format('truetype');
}
.shokaki{
    font-family: 'shokaki';
    font-weight: 600;
}

