:root {
    --size: 8px;
}

.mb-4 {
    margin-bottom: calc(var(--size) * 4)
}