﻿
:root {
    --font-family: Tahoma, Verdana, Arial;
    /*====================*/
    --color-darker: rgb(0,0,0); /*black*/
    --color-dark: rgb(50,50,50); /*dark*/
    --color-med: rgb(125,125,125); /*medium*/
    --color-light: rgb(200,200,200); /*light*/
    /*====================*/
    --bg-darker: rgb(15,55,20); /*darker*/
    --bg-dark: rgb(21,75,27); /*dark*/
    --bg-light: rgb(203,236,190); /*light*/
    /*====================*/
    --input-border-primary: solid 1px var(--bg-dark);
    --input-border-focus: 0 0 3px 3px var(--bg-dark);
    /*====================*/
    --success-bg: rgb(225,255,225); /* Use this for success! */
    --success-border: rgb(0,102,0); /* Use this for success! */
    --success-txt: rgb(0,102,0); /* Use this for Sucess! */
    /*====================*/
    --error-bg: rgb(255,225,225); /* Use this for error! */
    --error-border: rgb(102,0,0); /* Use this for error! */
    --error-txt: rgb(102,0,0); /* Use this for error! */
    /*====================*/
}
