@charset 'utf-8';

/*  ========================================================================
    JUICE -> INITIALIZE -> MAPS -> BREAKPOINTS
    ========================================================================  */

$breakpoints: (
    'mobile': '(max-width: 599px)',
    'tablet': '(min-width: 600px) and (max-width: 1099px)',
    'tablet-up': '(min-width: 600px)',
    'desktop': '(min-width: 1100px) and (max-width: 1399px)',
    'desktop-up': '(min-width: 1100px)',
    'widescreen': '(min-width: 1400px)'
) !default;
