//
// 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-shape';
@use 'md-sys-typescale';

/// md.comp.plain-tooltip.container.color (Enabled / Container)
$container-color: md-sys-color.$inverse-surface;
/// md.comp.plain-tooltip.container.shape (Enabled / Container)
$container-shape: md-sys-shape.$corner-extra-small;
/// md.comp.plain-tooltip.supporting-text.color (Enabled / Supporting text)
$supporting-text-color: md-sys-color.$inverse-on-surface;
/// md.comp.plain-tooltip.supporting-text.font (Enabled / Supporting text)
$supporting-text-font: md-sys-typescale.$body-small-font;
/// md.comp.plain-tooltip.supporting-text.line-height (Enabled / Supporting text)
$supporting-text-line-height: md-sys-typescale.$body-small-line-height;
/// md.comp.plain-tooltip.supporting-text.size (Enabled / Supporting text)
$supporting-text-size: md-sys-typescale.$body-small-size;
/// md.comp.plain-tooltip.supporting-text.tracking (Enabled / Supporting text)
$supporting-text-tracking: md-sys-typescale.$body-small-tracking;
/// md.comp.plain-tooltip.supporting-text.weight (Enabled / Supporting text)
$supporting-text-weight: md-sys-typescale.$body-small-weight;
/// md.comp.plain-tooltip.supporting-text.type (Enabled / Supporting text)
@mixin supporting-text-type {
  font-family: $supporting-text-font;
  font-size: $supporting-text-size;
  font-weight: $supporting-text-weight;
  letter-spacing: $supporting-text-tracking;
  line-height: $supporting-text-line-height;
}
