/* Reusing the Duane Hinkle template styles for consistency */
@import url('../Duane Hinkle Charitable Foundation/styles.css');

/* Minor brand overrides for BJK (optional tweaks) */
:root {
    --brand-primary: #1D4ED8;
}

.nav-logo h2,
.stat-number,
.info-card i,
.program-icon,
.document-icon,
.contact-icon {
    color: var(--brand-primary);
}

.btn-primary {
    background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%);
    box-shadow: 0 4px 15px rgba(29, 78, 216, 0.4);
}

.impact {
    background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%);
}


