/**
 * #.# 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;

// Widths
$heading-width: 80%;
$tagline-width: 100%;

// Gutters
$sm-bottom-gutter: .5em;
$section-gutter: 0;
