//
// 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-color';
@use 'md-sys-elevation';
@use 'md-sys-state';

/// md.comp.fab.primary-container.container.color (Enabled)
$container-color: md-sys-color.$primary-container;
/// md.comp.fab.primary-container.container.elevation (Enabled)
$container-elevation: md-sys-elevation.$level3;
/// md.comp.fab.primary-container.container.shadow-color (Enabled)
$container-shadow-color: md-sys-color.$shadow;
/// md.comp.fab.primary-container.focused.container.elevation (Focused)
$focused-container-elevation: md-sys-elevation.$level3;
/// md.comp.fab.primary-container.focused.icon.color (Focused)
$focused-icon-color: md-sys-color.$on-primary-container;
/// md.comp.fab.primary-container.focused.state-layer.color (Focused)
$focused-state-layer-color: md-sys-color.$on-primary-container;
/// md.comp.fab.primary-container.focused.state-layer.opacity (Focused)
$focused-state-layer-opacity: md-sys-state.$focus-state-layer-opacity;
/// md.comp.fab.primary-container.hovered.container.elevation (Hovered)
$hovered-container-elevation: md-sys-elevation.$level4;
/// md.comp.fab.primary-container.hovered.icon.color (Hovered)
$hovered-icon-color: md-sys-color.$on-primary-container;
/// md.comp.fab.primary-container.hovered.state-layer.color (Hovered)
$hovered-state-layer-color: md-sys-color.$on-primary-container;
/// md.comp.fab.primary-container.hovered.state-layer.opacity (Hovered)
$hovered-state-layer-opacity: md-sys-state.$hover-state-layer-opacity;
/// md.comp.fab.primary-container.icon.color (Enabled)
$icon-color: md-sys-color.$on-primary-container;
/// md.comp.fab.primary-container.pressed.container.elevation (Pressed)
$pressed-container-elevation: md-sys-elevation.$level3;
/// md.comp.fab.primary-container.pressed.icon.color (Pressed)
$pressed-icon-color: md-sys-color.$on-primary-container;
/// md.comp.fab.primary-container.pressed.state-layer.color (Pressed)
$pressed-state-layer-color: md-sys-color.$on-primary-container;
/// md.comp.fab.primary-container.pressed.state-layer.opacity (Pressed)
$pressed-state-layer-opacity: md-sys-state.$pressed-state-layer-opacity;
