/* This file is for entity specific css f.e. changing main- and sub-color */
:root {
    --main-color: #ffc74f;
    --sub-color: #ffc74f80;
}