@import '../shared-colors';

// Light Theme Colors

// Color system
$theme-bg-color: #f2f4f5;
$theme-darker-color: $white;

$theme-colors: map-merge($theme-colors, (
        "theme-bg-color": $theme-bg-color,
        "theme-bg-contrast-color": $theme-darker-color
));
