//
// Copyright 2026 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
// AUTOGENERATED. DO NOT MODIFY.
// To modify this file, update the source template,
// or run the compiler: go/carbon-service-code-gen-mwtc.
// Source template: formats/sassvars/contextualtokenset.scss.tmpl

// Design system: Google Material 3
// Version: 34.0.21
// Configured context tags:
//   audience: 3p
//   font: static
//   platform: web
// Output format: sass_vars

@use 'md-sys-motion';
@use 'md-sys-shape';
@use 'md-sys-typescale';

/// md.comp.button.large.container.height
$container-height: 96px;
/// md.comp.button.large.icon-label-space
$icon-label-space: 12px;
/// md.comp.button.large.icon.size
$icon-size: 32px;
/// md.comp.button.large.leading-space
$leading-space: 48px;
/// md.comp.button.large.outlined.outline.width
$outlined-outline-width: 2px;
/// md.comp.button.large.trailing-space
$trailing-space: 48px;
/// md.comp.button.large.container.shape.round
$container-shape-round: md-sys-shape.$corner-full;
/// md.comp.button.large.container.shape.square
$container-shape-square: md-sys-shape.$corner-extra-large;
/// md.comp.button.large.pressed.container.corner-size.motion.spring.damping
$pressed-container-corner-size-motion-spring-damping: md-sys-motion.$spring-fast-spatial-damping;
/// md.comp.button.large.pressed.container.corner-size.motion.spring.stiffness
$pressed-container-corner-size-motion-spring-stiffness: md-sys-motion.$spring-fast-spatial-stiffness;
/// md.comp.button.large.pressed.container.shape
$pressed-container-shape: md-sys-shape.$corner-large;
/// md.comp.button.large.selected.container.shape.round
$selected-container-shape-round: md-sys-shape.$corner-extra-large;
/// md.comp.button.large.selected.container.shape.square
$selected-container-shape-square: md-sys-shape.$corner-full;
/// md.comp.button.large.label-text
@mixin label-text {
  @include md-sys-typescale.headline-small;
}
