*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

:root {
    --primary: #0f0f0f;
    --secondary: #656D4A;
    --background: #faf5e6;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'Primary';
    src: url('./fonts/mori-regular.woff2') format('woff2'),
        url('./fonts/mori-regular.woff2') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Secondary';
    src: url('./fonts/PPEditorial.woff2') format('woff2'),
        url('./fonts/PPEditorial.woff2') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanji';
    src: url('./fonts/armedlemon.woff2') format('woff2'),
        url('./fonts/armedlemon.woff2') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}