/* Header Color Styling */

h1 {
    color: #5ac8a8 !important;
    border-bottom: 2px solid rgba(90, 200, 168, 0.35);
    padding-bottom: 4px;
}

h2 {
    color: #4ea1ff !important;
    border-bottom: 1px solid rgba(78, 161, 255, 0.25);
    padding-bottom: 3px;
}

h3 {
    color: #ff6b6b !important;
}

h4 {
    color: #ffb86c !important;
}

h5 {
    color: #c792ea !important;
}

h6 {
    color: #82aaff !important;
}

/* Subtle glow */
h1, h2 {
    text-shadow: 0 0 6px rgba(100, 220, 200, 0.12);
}
