:root {
    --main-bg: #404040;
    --main-fg: #D9D9D9;

    --result-link-fg: #FF9A1E;
    --result-fg: #D9D9D9;

    --button-bg: #343434;

    --special-result-border: opacity 0;
    --special-text-background: #282828;
    --special-text-color: #D9D9D9;

    --search-container-text-color: #D9D9D9;
    --search-container-background-color: #333333;
    --search-container-background-border: #343434;

    --search-form-background-color: #2C2C2C;

    --border: #B5B5B5;

    --footer-fg: #FF9A1E;
    --footer-bg: #2C2C2C;

    color-scheme: dark;
}





