@import '../shared-colors';

// Light Theme Colors

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

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