/* All vars colors */
:root {
    --primary-color: #90cf20;
    --secondary-color: #527614;
    --background-color: #fff;
    --text-color: #0a090c;
    --text-color-alt: #555;
    --text-color-light: #fff;
    --background-gradient: linear-gradient(
        135deg,
        #90cf20 20%,
        #527614 100%
    );
}
