@font-face {
    font-family: 'Hiragino Sans GB';
    src: url('Hiragino-Sans-GB-W6.otf');
    src: url('Hiragino\ Sans\ GB\ W3.ttf') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}




body{
    font-family: 'Hiragino Sans GB' !important;
    font-size: 14px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h4 {
    font-family: 'Hiragino Sans GB' !important;
    font-size: 30px;
    color: #a5a5a5;
    font-weight: bold;

}