:root {
    /* HEADER */
    --header-bg:#1a1a1a ;
    --header-text:#ffffff ;

    /* BODY */
    --body-bg:#333333 ;
    --body-text:#ffffff ;

    /* FOOTER */
    --footer-bg: #1a1a1a;
    --footer-text:#b1b1b1 ;
    --footer-link: #525252;
    --footer-border: #1a1a1a;

    /* COMMON */
    --accent-color: #535353;

    /* admin */
    --bg-main:#202020 ;
    --bg-card:#3b3b3b ;
    --text-main:#ffffff ;
    --accent:#535353 ;
    --border-color:#ffd000 ;

    /* post */
    --post-bg:#1a1a1a ;
    --post-text: #ffffff;
    --post-border: #ffd000;

}

