/*先輩社員のある1週間曜日の英語表記用フォント*/
@font-face {
    font-family: 'Kranky';
    src: url('../font/Kranky-Regular.woff2') format('woff2'),
        url('../font/Kranky-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*先輩社員のある1週間曜日フォント*/
@font-face {
    font-family: 'craftmincho';
    src: url('../font/craftmincho-dakuten.woff2') format('woff2');
    src: url('../font/craftmincho-dakuten.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'craftmincho';
    src: url('../font/craftmincho.woff2') format('woff2'),
        url('../font/craftmincho.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
