/* Reaver — Self-hosted Fonts */

/* Inter */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/css/fonts/Inter-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/css/fonts/Inter-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/css/fonts/Inter-500.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/css/fonts/Inter-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/css/fonts/Inter-700.ttf') format('truetype');
}

/* Noto Serif JP */
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/css/fonts/NotoSerifJP-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/css/fonts/NotoSerifJP-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/css/fonts/NotoSerifJP-600.ttf') format('truetype');
}