/*
    Variables
    Created on 11/20/2017 by Corey O'Brien.
*/

/* ++++ Path Variables ++++ */
$img-path: "./assets/images/";
$font-path: "../node_modules/cdomkokao-fonts/fonts/";
$fa-font-path: "../node_modules/font-awesome/fonts";

/* ++++ Primary Colors ++++ */
$navy: #154570;
$sky_blue: #3497DA;

/* ++++ Neutral Colors ++++ */
$light_gray: #EBEFF0;
$gray: #989898;
$charcoal: #58585B;

/* ++++ Secondary Colors ++++ */
$rusted_red: #E64C3C;
$sunrise: #F5C742;
$pink: #D84A8B;
$lavender: #7C7FB6;
$orange: #F4834A;
$green: #90A25B;

/* ++++ Core Colors ++++ */
$black: #000000;
$white: #FFFFFF;
$red: #FF0000;

/* ++++ Bootstrap Overrides ++++ */
$grid-gutter-width: 1.875rem;
$danger: $rusted_red;
