.scp-ftr.v1 {
    --background: var(--black);
    font-family: 'Host Grotesk', sans-serif;

    .icn {
        font-size: 2rem;
    }

    @media screen and (min-width: 1280px) {
        .mn_ {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
        }
    }
}

.scp-ftr.v1 nav a,
.scp-ftr.v1 small {
    font-size: 14px;
}

.scp-ftr.v1 .crtd-by {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}
