// Body
$body-bg: #f8fafc;

// Typography
// $font-family-sans-serif: 'Roboto', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;

// Colors
$blue: #3490dc;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66d9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;

$primary: #db2c4b;
$secondary: #6d6e71;

/* override bootstrap colors */
$theme-colors: (
  "primary":    $primary,
  "secondary":  #6d6e71,
  "success":    $green,
  "info":       #f2415f,
  "warning":    $yellow,
  "danger":     $red,
//   "light":      ..,
//   "dark":       ..
//   "maroon": $maroon,
//   "light-blue": #333,
);