$breakpoints: (
    'phone': 400px,
    'phone-wide': 480px,
    'phablet': 560px,
    'tablet-small': 640px,
    'tablet': 768px,
    'tablet-wide': 1024px,
    'desktop': 1248px,
    'desktop-wide': 1440px
);

$base-spacing: 20px;
$base-border-radius: 2px;
$base-easing-function: cubic-bezier(0.0, 0.0, 0.2, 1);