$separator-color-light: #f3f3f3;
$separator-color: #d7d7d7;
$background-color: #f8f8f8;
$foreground-color: white;
$input-background: white;
$filter-background: #232223;
$filter-opacity: .95;

$dark-btn-background: #575057;
$light-btn-background: #d4d4d4;

$button-text-color: #ffffff;

$theme-color-1: #FF5C00;
$theme-color-2: #0099CC;
$theme-color-4: #006c90;
$theme-color-3: #c44f00;
$theme-color-6: #004f6b;
$theme-color-5: #a34800;

$primary-color: #303030;
$secondary-color: #8f8f8f;
$muted-color: #909090;

$gradient-color-1: $theme-color-1;
$gradient-color-2: $theme-color-3;
$gradient-color-3: $theme-color-5;

$shadowOffsetsTop : 1 3 10 14 19;
$shadowBlursTop: 1.5 5 10 14 19;
$shadowOpacitiesTop: 0.04 0.1 0.19 0.25 0.3;

$shadowOffsetsBottom : 1 3 6 10 15;
$shadowBlursBottom: 3 6 6 5 6;
$shadowOpacitiesBottom: 0.04 0.1 0.2 0.22 0.22;

@import "../admin";