@charset 'utf-8';

/*  ========================================================================
    JUICE -> INITIALIZE -> MAPS -> BASE COLORS
    ========================================================================  */

$base-colors: (
    // Brands
    'primary': hsla(203, 70%, 52%, 1),

    // Black and white
    'black': hsla(0, 0%, 0%, 1),
    'white': hsla(0, 100%, 100%, 1),

    // Colors
    'charcoal': hsla(0, 0%, 23%, 1),
    'emerald': hsla(140, 52%, 55%, 1)
) !default;
