:root{
    --first-foreground-color: rgb(0,0,0);
    --first-background-color: rgb(255,255,255);
    --second-foreground-color: rgb(44, 44, 44);
    --second-background-color: rgb(245, 245, 245);

    --icon-color: invert(92%) sepia(29%) saturate(433%) hue-rotate(169deg) brightness(94%) contrast(88%);
}