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

/// md.comp.banners.rich.actions.between-space (Button action)
$actions-between-space: 8px;
/// md.comp.banners.rich.actions.bottom-space (Button action)
$actions-bottom-space: 12px;
/// md.comp.banners.rich.actions.leading-space (Button action)
$actions-leading-space: 12px;
/// md.comp.banners.rich.actions.top-space (Button action)
$actions-top-space: 12px;
/// md.comp.banners.rich.actions.trailing-space (Button action)
$actions-trailing-space: 12px;
/// md.comp.banners.rich.body-text.bottom-space (Body text)
$body-text-bottom-space: 0px;
/// md.comp.banners.rich.body-text.leading-space (Body text)
$body-text-leading-space: 0px;
/// md.comp.banners.rich.body-text.text-actions-space (Body text)
$body-text-text-actions-space: 8px;
/// md.comp.banners.rich.body-text.top-space (Body text)
$body-text-top-space: 0px;
/// md.comp.banners.rich.body-text.trailing-space (Body text)
$body-text-trailing-space: 48px;
/// md.comp.banners.rich.bottom-space (Container)
$bottom-space: 12px;
/// md.comp.banners.rich.icon-text-space (Leading element)
$icon-text-space: 4px;
/// md.comp.banners.rich.icon.size (Leading element)
$icon-size: 24px;
/// md.comp.banners.rich.image-text-space (Leading element)
$image-text-space: 8px;
/// md.comp.banners.rich.image.size (Leading element)
$image-size: 80px;
/// md.comp.banners.rich.leading-element.bottom-space (Leading element)
$leading-element-bottom-space: 12px;
/// md.comp.banners.rich.leading-element.leading-space (Leading element)
$leading-element-leading-space: 4px;
/// md.comp.banners.rich.leading-element.top-space (Leading element)
$leading-element-top-space: 12px;
/// md.comp.banners.rich.leading-element.trailing-space (Leading element)
$leading-element-trailing-space: 4px;
/// md.comp.banners.rich.leading-space (Container)
$leading-space: 12px;
/// md.comp.banners.rich.title-text.bottom-space (Title text)
$title-text-bottom-space: 14px;
/// md.comp.banners.rich.title-text.height (Title text)
$title-text-height: 48px;
/// md.comp.banners.rich.title-text.leading-space (Title text)
$title-text-leading-space: 0px;
/// md.comp.banners.rich.title-text.top-space (Title text)
$title-text-top-space: 14px;
/// md.comp.banners.rich.title-text.trailing-space (Title text)
$title-text-trailing-space: 0px;
/// md.comp.banners.rich.top-space (Container)
$top-space: 12px;
/// md.comp.banners.rich.trailing-space (Container)
$trailing-space: 12px;
/// md.comp.banners.rich.with-image-leading-space (Container)
$with-image-leading-space: 20px;
/// md.comp.banners.rich.image.shape (Leading element)
$image-shape: md-sys-shape.$corner-none;
/// md.comp.banners.rich.shape (Container)
$shape: md-sys-shape.$corner-extra-large;
/// md.comp.banners.rich.body-text.type (Body text)
@mixin body-text-type {
  @include md-sys-typescale.body-medium;
}
/// md.comp.banners.rich.title-text.type (Title text)
@mixin title-text-type {
  @include md-sys-typescale-emphasized.body-medium;
}
