/// Misc Vars
$max-width-narrow: 800px;
$max-width-reg: 1100px;
$max-width-reg-1300: 1300px;
$max-width-wide: 1600px;
$font-weight-base: 400;
$font-size-base: 18px;
$line-height-base: 1.75rem;
$font-size-mid: 24px;
$line-height-mid: 2rem;
$font-size-large: 42px;
$line-height-large: 3.125rem;
$input-height: 50px;
$button-height: 60px;
$header-height: 66px;

// Fonts
$font-articulat-cf: articulat-cf, sans-serif;
// $max-width-reg: 1000px;
// $max-width-wide: 1600px;
// $font-size-base: 18px;
// $font-weight-base: 400;
// $line-height-base: 1.75rem;
// $input-height: 50px;
// $button-height: 45px;
// $header-height: 100px;

// // Fonts
$font-sans-serif: 'Visuelt', sans-serif;
$font-articulat: 'Articulat', sans-serif;

// Google Material Grey's
$color-grey-50: #fafafa;
$color-grey-100: #f5f5f5;
$color-grey-200: #eeeeee;
$color-grey-300: #e0e0e0;
$color-grey-400: #bdbdbd;
$color-grey-500: #9e9e9e;
$color-grey-600: #757575;
$color-grey-700: #616161;
$color-grey-800: #424242;
$color-grey-900: #212121;

// Brand Colors
$brand-light-blue: #f1f8fe;
$brand-yellow: #feff00;
$brand-green: #82ff00;
$brand-green-light: #edf6f0;
$brand-orange: #b76b58;
$brand-indigo: #394d9e;
$brand-red: #ff3600;
$brand-indigo: #394d9e;
$color-body: #711bed;
$color-white: #fff;
$color-blue-dark2: #091179;
$color-blue-dark: #101a99;
$color-blue: #1555f4;
$color-blue-light: #91aeff;
$color-pink: #cc00b9;
$color-pink-light: #f689f6;
$color-green: #3baa21;
// $brand-yellow: #f7c945;
// $brand-green: #006248;
// $brand-green-light: #edf6f0;
// $brand-orange: #b76b58;
// $brand-indigo: #394d9e;
// $color-body: black;

// Breakpoints
$screen-xs-min: 'only screen and (min-width:480px)'; /* Extra small screen / phone */
$screen-sm-min: 'only screen and (min-width:768px)'; /* Small screen / tablet */
$screen-md-min: 'only screen and (min-width:992px)'; /* Medium screen / desktop */
$screen-lg-min: 'only screen and (min-width:1600px)'; /* Large screen / wide desktop */
