// Code generated by @carbon/layout. DO NOT EDIT.
//
// Copyright IBM Corp. 2018, 2023
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

/// @type Number
/// @access public
/// @group @carbon/layout
$container-01: 1.5rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$container-02: 2rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$container-03: 2.5rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$container-04: 3rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$container-05: 4rem !default;

/// @type Map
/// @access public
/// @group @carbon/layout
$container: (
  container-01: $container-01,
  container-02: $container-02,
  container-03: $container-03,
  container-04: $container-04,
  container-05: $container-05,
);
