/* Страница входа (auth/user-login) */
@font-face {
    font-family: 'Bicubik';
    src: url('/fonts/Bicubik.otf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.brand-wordmark {
    font-family: 'Bicubik', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #0f766e;
    line-height: 1.1;
    -webkit-text-stroke: 0.02em rgba(15, 118, 110, 0.35);
    text-shadow:
        0.45px 0 0 currentColor,
        -0.45px 0 0 currentColor,
        0 0.35px 0 currentColor,
        0 -0.35px 0 currentColor;
}

.card {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 4px 20px rgba(13, 148, 136, 0.15);
}

.btn-primary {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0f766e, #0d9488);
}
