body {
    min-height: 100dvh;
    background-color: var(--color-primary);
}

.logo {
    max-width: 186px;
    width: 100%;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
}

.comming-text {
    /* font-family: 'SVN-Gotham';
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
    text-align: center;
    color: var(--color-primary-light); */
    margin-top: 30px;
    margin-bottom: 4px;

    font-family: 'SVN-Gotham-Light';
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 14px;
    text-transform: uppercase;
    color: #d4af37;

    text-shadow:
    0 0 4px rgba(230, 194, 106, 0.5),
    0 0 12px rgba(230, 194, 106, 0.3),
    0 6px 12px rgba(0, 0, 0, 0.8);

  opacity: 0.9;
}

.sub-link {
    font-family: 'SVN-Gotham-Light';
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

@media (max-width: 767px) {

    .logo {
        max-width: 166px;
        width: 100%;
    }

    .comming-text {
        font-family: 'SVN-Gotham-Regular';
        font-size: 26px;
        line-height: 36px;
        font-weight: 400;
        text-align: center;
        color: var(--color-primary-light);
    }
}
