/*
{
  "theme": "fog",
  "tags": ["muted", "cool", "moody", "grey"],
  "description": "a softly dark, melancholic theme. evokes the feeling of a sombre, cold morning. features soft greys, muted colours, and a mostly dark colour scheme."
}
*/


:root {
    /*main theme colours*/
        --main-colour: #242323;
        --accent-colour: white;
    /*main theme colours*/

    /*profile colours*/
        --bio-box-bg: #61616186;
        --bio-box-bg-hover: #9b9b9b31;

        --bio-mname-colour: white;
        --bio-username-colour: #424242;
    /*profile colours*/

    /*post colours*/
        --post-colour: #020202;
        --primary-font-colour: #ffffff;
        --accent-font-colour: #c2c2c2;
        --link-colour: #626275;
    /*post colours*/

    /*post area bg colours*/
        --theme-colour1: #151516;
        --theme-colour2: #101011;
        --theme-colour3: #0f0f0f;
    /*post area bg colours*/

    --background-image: url("./bg1.jpg");
}