/**
 *  Variables for LESS files
 */

 @accent: black;
 @bg: white;
 @link: lighten(@accent, 60%);
 @visited: lighten(@accent, 50%);
 @button: #8db25c;