$font-size-large :16px;
$font-size-medium :14px;
$font-size-small :12px;
$font-size-h1:18px;
$font-size-h2:16px;
$font-size-h3: 14px;
$font-size-h4:12px;
$font-size-h5:10px;
$font-weight-normal:400;
$font-weight-bold:700;
$color-red-brand: #cc0000;
$color-black-brand: #1C1E1C;
$color-black:#000000;
$color-white: #ffffff;
$color-grey-1:#fafafa;
$color-grey-2:#f5f5f5;
$color-grey-3:#eeeeee;
$color-grey-4:#dfdfdf;
$color-grey-5:#bdbdbd;
$color-grey-6:#9e9e9e;
$color-grey-7:#858585;
$color-grey-8:#424242;
$color-grey-9:#333333;
$color-grey-10: #212121;
$color-blue-light:#80d8ff;
$color-blue: #0091ea;
$color-purple-deep: #6200ea;
$color-purple: #aa00ff;
$color-green: #00c853;
$color-green-success: #66bb6a;
$color-yellow: #ffd600;
$color-orange: #ff6d00;
$color-red: #d50000;
$color-red-hover: #b10000;
$border-radius-small: 1px !default;
$border-radius-medium: $border-radius-small*3;
$border-radius-large: $border-radius-small*5;
$border-base: 1px !default;
$border-medium:$border-base*2;
$border-large: $border-base*5;
$mobile-screen: 767px !default;
$tablet-screen:1024px !default;
$desktop-screen:1200px !default;
$large-desktop-screen:1440px !default;
$gutter-zero: 0px!default;
$gutter-base: 5px!default;
$border-default-pattern: solid !default;
$border-default-color: $color-grey-9 !default;
$line-height-default: 1.5em;