:root
{
    --translucency: 0.70;
    --transition-duration: 0.4s;
    --transition-short-duration: 0.2s;
    --link-color: #0087d8;
    --pruma-green: #36c4bb;
    --pruma-alt-green: #05aaa7;
    --pruma-gray: #9e9e9e;
    --gray-text: #6f7583;
    --pruma-orange: #ff7700;
    --pruma-red: #ff003d;
    --panel-color: #ececec;
    --alice-blue: #f4f9ff;
    --bright-turquoise: #60c8d7;
    --catalog-filter-font-size: 13px;
    --accidental-font: 'Inter', 'Roboto', system-ui, sans;
    --base-font:  'Roboto', system-ui, sans;
}

