This MR fixes several issues related to colors, fonts and i18n. It introduces some css variables that are fixed by default used variables from Hubl.
:root{
--color-event-text: var(--color-grey-4);
--color-event-icon: var(--color-icon);
--color--event-title: var(--color-title);
--font-family-event-title-h1: var(--font-family-title-h1);
}