:root {
    --tec-color-event-icon-hover: #d11981;
    --tec-color-accent-primary: #d11981;
    --tec-color-accent-primary-hover: #d11981;
    --tec-color-accent-primary-active: #d11981;
    --tec-font-family-sans-serif: "Work Sans";
}

.justify-center {
	justify-content: center;
}