/* START Classify School and District events (tags) */
#app #view-events .event-tag.school {
    --bg-color: var(--primary-color) !important;
    --font-color: var(--primary-color-contrast) !important;
}

#app #view-events .event-tag.district {
    --bg-color: var(--secondary-color) !important;
    --font-color: var(--secondary-color-contrast) !important;
}

/* END Classify School and District events (tags) */