:root>* {
    --md-primary-fg-color: #80bb3e;
    --md-primary-fg-color--light: #93c55b;
    --md-primary-fg-color--dark: #61a231;

    --md-accent-fg-color: #353d46;
    --md-accent-fg-color--transparent: #EBECED;
}

.hero-home {
    display: inherit;
}

.hero-content {
    position: absolute;
    bottom: 96px;
}

.hero-content h1, .hero-content p {
    max-width: 50%;
}

@media (max-width: 1024px) {
    .hero-content {
        position: relative;
        bottom: 0;
    }
    .hero-content h1, .hero-content p {
        max-width: 100%;
    }
}


/* Base styling for Balyze Font Awesome icons */
.icon-fa-balyze {
    color: var(--md-primary-fg-color, #80bb3e);
    margin-right: 0.45rem;
}