// Variables $color-primary: #40babd; $color-green: #75c181; $color-red: f77b6b; $color-blue: #58bbee; $color-orange: #F88C30; $color-pink: #EA5395; $color-purple: #8A40A7;
$text-color: #494d55; $text-color-secondary: lighten($text-color, 10%); $text-grey: lighten($text-color-secondary, 25%);
$grey: lighten($text-color-secondary, 25%); $light-grey: c3c3c3; $dark-grey: #666; $black: #000; $smoky-white: f5f5f5; $smoky-grey: f9f9fb; $divider: f0f0f0;
$new: #60A823; $error: #E65348; $facebook: #3b5998; $twitter: #55acee; $google: dd4b39; $github: #444;
$primary: #1a7bd3; $primary-hover: #3266d5; $dark: #0b141f; $light: #EEE; $timeline-border: #036; $console: #6a7490;
$regular: 300; $bold: 500;
$social-buttons-color: $primary;
$base-transition: all .3s; $base-cubic-transition: all .3s cubic-bezier(0.175, 0.885, 0.320, 1.275); $long-transition: all .5s; $long-cubic-transition: all .5s cubic-bezier(0.175, 0.885, 0.320, 1.275);