/* VerbaLine Landing Page Styles */

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

/* Secondary text color for demo section */
.text-secondary-text-dark {
    color: #CBD5E0;
}

/* Use case card styling */
.bg-card-light {
    background-color: #FFFFFF;
}

.bg-card-dark {
    background-color: #192734;
}

.text-text-light {
    color: #333333;
}

.text-text-dark {
    color: #F4F7F9;
}

/* Additional color utilities for use cases */
.text-secondary {
    color: #00C4B3;
}