// Containers :
$alias 					: 'psp';

// Sizes:
$html-font-size			: 10;
$border-radius-small	: 2;
$border-radius			: 5;
$border-radius-big		: 8;

// Font Families:
$primary_font			: 'Roboto', sans-serif;

// Font weights:
$light					: 300;
$normal					: 400;
$medium					: 500;
$semi-bold				: 600;
$bold					: 700;
$extra-bold				: 800;
$ultra-bold				: 900;

// Global Colors:
$app_background			: #c03c02;
$white					: #ffffff;
$black					: #383838;
$gray					: #727272;
$orange					: #ffa800;
$green					: #82b144;
$light-gray				: #f6f6f6;

$primary				: #e87124;
$secondary				: #ef9f00;
$info					: #489be8;
$success				: #82b144;
$warning				: #f89d0e;
$danger					: #f64444;
$greynotice				: #4a4e6a;

$gradient1				: #c03c02;
$gradient2				: #a32b07;
$gradient3				: #8d1c07;
$gradient4				: #9b3907;
$gradient5				: #d5b20e;

$seashell				: #fff5ee;
$medium-gray			: #f2f2f2;
$border-gray			: #f2f2f2;
// Debugging?
$debugging				: false;


// Breakpoints:
$screen-xs				: 480px;
$screen-sm				: 768px;
$screen-md				: 992px;
$screen-lg				: 1200px;

$transition_links 		: all 0.35s cubic-bezier(0.310, -0.105, 0.430, 1.590);

// Global Colors:
$serp_color-0			: #ffffff;
$serp_color-1			: #fdf9f0;
$serp_color-2			: #fef9ff;
$serp_color-3			: #f6f7fe;
$serp_color-4			: #f6fbff;
$serp_color-5			: #f4fffa;
$serp_color-6			: #e5fafd;
$serp_color-7			: #e6fffd;
$serp_color-8			: #e5ffe6;
$serp_color-9			: #f1ffe1;
$serp_color-10			: #ffe8f0;


$serp_color-11			: #343434;
$serp_color-12			: #e3d0a6;
$serp_color-13			: #d691e4;
$serp_color-14			: #97a1e5;
$serp_color-15			: #a7ceed;
$serp_color-16			: #82d5af;
$serp_color-17			: #80DEEA;
$serp_color-18			: #80CBC4;
$serp_color-19			: #A5D6A7;
$serp_color-20			: #C5E1A5;
$serp_color-21			: #F48FB1;