/* School section color overrides — blue instead of green */
h2 {
    color: var(--text_blue);
}

hr {
    border-color: var(--text_blue);
}
