// 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
$border-radius-00: 0px !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$border-radius-02: 0.125rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$border-radius-04: 0.25rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$border-radius-08: 0.5rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$border-radius-16: 1rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$border-radius-24: 1.5rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$border-radius-max: 999999px !default;

/// @type Map
/// @access public
/// @group @carbon/layout
$border-radius: (
  border-radius-00: $border-radius-00,
  border-radius-02: $border-radius-02,
  border-radius-04: $border-radius-04,
  border-radius-08: $border-radius-08,
  border-radius-16: $border-radius-16,
  border-radius-24: $border-radius-24,
  border-radius-max: $border-radius-max,
);
