/* web badge — proportions in em (relative to font-size on .web-badge) */
.web-badge {
    display: inline-block;
    background: #C0D040;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #000;
    text-transform: lowercase;
    letter-spacing: -0.03em;
    line-height: 0.9;
    text-align: right;
    box-sizing: border-box;
    padding: 0.167em 0.067em 0.1em 0.125em;
    border-radius: 0.083em;
    min-width: 2.65em;
}

.web-badge--hero {
    font-size: clamp(4rem, 10vw, 8rem);
}

.web-badge--lg {
    font-size: 2.4rem;
}

.web-badge--sm {
    font-size: 0.95rem;
}

.web-badge--sig {
    font-size: 28px;
}

/* email signature: same px values in stopka-mailowa.html (BADGE) */
