:root{
    --theme-background-colour:#d4c9be;
    --theme-transparant-background-colour:rgb(212, 201, 190,.7);
    --theme-light-colour:#eee;
    --theme-dark-colour:#d4c9be;
    --theme-contrast-colour:black;
    --theme-border-colour:black;

    --theme-input-colour:white;

    --theme-fade-out-background-color:rgba(238, 238, 238, 0);
    
    --theme-button-color:var(--theme-contrast-colour);
    --theme-input-background:none;

    --theme-slideshow-colour:var(--theme-light-colour);

    --theme-text-font:Georgia, 'Times New Roman', Times, serif;

    --theme-link-colour:#0000EE;

    --filter:none;
    --filter-reverse:invert();
    --filter-mobile:none;
}