/**
 * Copyright IBM Corp. 2016, 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.
 */

@use '@carbon/styles/scss/type' as *;
@use '@carbon/styles/scss/utilities/convert' as *;

//-------------------------
// Tokens
//-------------------------

/// @type Map
/// @access public
/// @group @carbon/ibmdotcom-styles
$legal-01: (
  font-size: carbon--type-scale(1),
  font-weight: carbon--font-weight('regular'),
  line-height: $spacing-05,
  letter-spacing: 0.32px,
) !default;

/// @type Map
/// @access public
/// @group @carbon/ibmdotcom-styles
$subbody-compact-01: (
  font-size: carbon--type-scale(2),
  font-weight: carbon--font-weight('regular'),
  line-height: to-rem(18px),
  letter-spacing: 0.16px,
) !default;

/// @type Map
/// @access public
/// @group @carbon/ibmdotcom-styles
$subbody-01: (
  font-size: carbon--type-scale(2),
  font-weight: carbon--font-weight('regular'),
  line-height: to-rem(18px),
  letter-spacing: 0.16px,
) !default;
