/* ----------------------------------------- INTER ----------------------------------------- */

@font-face {
    font-family: 'Inter';
    src: url('./../../fonts/inter/Inter-Regular.ttf') format('woff2'),
        url('./../../fonts/inter/Inter-Regular.ttf.woff') format('woff'),
        url('./../../fonts/inter/Inter-Regular.ttf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------- ZEN OLD MINCHO ----------------------------------------- */

@font-face {
    font-family: 'Zen Old Mincho';
    src: url('./../../fonts/zen-old-mincho/ZenOldMincho-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url('./../../fonts/zen-old-mincho/ZenOldMincho-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url('./../../fonts/zen-old-mincho/ZenOldMincho-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url('./../../fonts/zen-old-mincho/ZenOldMincho-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url('./../../fonts/zen-old-mincho/ZenOldMincho-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}