html {
    --spotify-green-color: #1ed760;
    --spotify-white-color: #ffffff;
    --spotify-black-color: #121212;

    --lumo-primary-color: var(--spotify-green-color);
    --lumo-primary-text-color: var(--spotify-green-color);
    --lumo-primary-color-50pct: rgba(30, 215, 96, 0.5);
    --lumo-primary-color-10pct: rgba(30, 215, 96, 0.1);

    --attribute-color-none: #909090;
    --attribute-color-1: #3aa4d1;
    --attribute-color-2: #14808f;
    --attribute-color-3: #757575;
    --attribute-color-4: #a37353;
    --attribute-color-5: #ba4f4f;

    --star-rating-color: #96950e;
    --star-rating-color-none: #bababa;
}

vaadin-button {
    cursor: pointer;
}