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

// Colors.
$black: #262626;
$white: #ffffff;
$gray-light: #fafafa;
$gray-medium: #dbdbdb;
$gray-dark: #8e8e8e;
$insta-blue: #0095f6;
$insta-red: #ed4956;
$bg-accent: #f8f9fa;
