//
// Breakpoints Custom
//

$breakpoints: (
  'sm': 30rem, // mobile 480px
  'md': 48rem, // tablet 768px
  'lg': 64rem // laptop 1024px
);
