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

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


body {
    font-family: 'Slimamif', sans-serif;
    text-align: center;
}

.notfound_logo {
    display: block;
    margin: 20px auto 5px; /* Уменьшил расстояние снизу */
    height: auto;
    width: 100%;
    max-width: 120px;
}

.notfound h1 {
    margin: 10px auto; /* Уменьшил верхний отступ */
    font-size: 72px;
    font-weight: bold;
    max-width: 600px;
}

.notfound h2 {
    margin: 15px auto;
    font-size: 34px;
    max-width: 700px;
    line-height: 1.5;
}

.notfound p {
    margin: 15px auto;
    font-size: 24px;
    max-width: 400px;
    line-height: 1.5;
}
