// ============================================================================
// :: Media
// ============================================================================
/**
 * This file contains the values used in media queries. These can be based on
 * screen size, print or any other medium.
 */

// ============================================================================
// :: Breakpoints
// ============================================================================
$breakpoint-mobile-default: 480px;
$breakpoint-tablet-default: 960px;
$breakpoint-desktop-default: 1220px;
$breakpoint-desktop-large: 1300px;
