// ============================================================================
// :: Media
// ============================================================================
/**
 * This file contains the values used in media queries for the brandplatform
 * styling.
 */

// ============================================================================
// :: Breakpoints
// ============================================================================
$bp-breakpoint-mobile-base: 480px;
$bp-breakpoint-tablet-base: 720px;
$bp-breakpoint-desktop-base: 960px;
$bp-breakpoint-desktop-large: 1140px;
