$breakpoints: (
    "phone":        400px,
    "phone-wide":   480px,
    "phablet":      560px,
    "tablet-small": 640px,
    "tablet":       768px,
    "tablet-wide":  1024px,
    "desktop":      1248px,
    "desktop-wide": 1440px
);

$orange: #f2853d;
$black: #000;
$white: #fff;
$btn_color: #42372f;
$red: #ba0506;
$darkred: #a50f12;