/* This file is part of indico-wipo. */

div.event-header,
.event-time-data time,
.chairperson-list .author,
.event-location .text,
.event-info-header {
    background: var(--wipo-aqua);
}

div.event-header .event-title h1 {
    color: var(--wipo-white);
}

.event-header-lecture > h2 {
    color: var(--wipo-aqua-9);
}
