:root {
    --textColor: #464646;
    --textColorVariant: #f9fff5;
    --background: #FFF;
    --foreground: #000;
    --onSecondary: #fff;
    --outline: #e5e5e5;
    --inline: #f8f7f7;
    --surface: #F5F5F5;
    --onSurface: #2A3439;
}

.svg-invert {
    filter: invert(0%) sepia(4%) saturate(0%) hue-rotate(293deg) brightness(102%) contrast(105%);
}

.search-input {
    box-shadow: 0 0 5px #f4fff3, 0 0 0 10px #fcfcfc;
}