/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/

// Colors.
$black: rgb(41, 41, 41);
$white: #F4F4F4;
$gray: #DEDEDE;
$green: #BADA55;
$red: orangered;
