// _vars.scss

// For identifying breakpoints
$sd-mobile: mobile; // only mobile sizes
$sd-tablet: tablet; // only tablet sizes
$sd-tablet-plus: tablet-plus; // all sizes beyond tablet min
$sd-desktop: desktop; // desktop sizes only
$sd-mobile-tablet: mobile-tablet; // all sizes up to tablet max

// Actua breakpoints
$sd-mobile-max: 768px;
$sd-tablet-max: 1024px;

// Misc
$sd-transition-timing: 0.5s;
$sd-transition-function: cubic-bezier(0.305, 0.94, 0.48, 0.995);
