Accept-Ranges: bytes

.grad:before {
    position: absolute;
    display: block;
    content: ' ';
    background: var(--enet-primary-gradient);
}

.gw90.grad:before {
    width: 90%;
}

.gh75.grad:before {
    height: 75%;
}

.gb30.grad:before {
    bottom: -30px;
}

.gl30.grad:before {
    left: -30px;
}