//
// 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';

/// md.comp.app-bar.small.container.height
$container-height: 64px;
/// md.comp.app-bar.small.icon.size
///
/// @deprecated Please use icon size token in the common app bar set
$icon-size: 24px;
/// md.comp.app-bar.small.search.container.height
$search-container-height: 56px;
/// md.comp.app-bar.small.search.container.shape
$search-container-shape: md-sys-shape.$corner-full;
/// md.comp.app-bar.small.search.label-text.font
@mixin search-label-text-font {
  @include md-sys-typescale.body-large;
}
/// md.comp.app-bar.small.subtitle.font
@mixin subtitle-font {
  @include md-sys-typescale.label-medium;
}
/// md.comp.app-bar.small.title.font
@mixin title-font {
  @include md-sys-typescale.title-large;
}
