/*
 * AVDS 4.7.0 typography tokens.
 * Source: packages/ui-kit/src/tokens/variables.css
 * Source revision: bfade7e1f0b279432e4dd95a238b94ff943bd880
 * Families are served locally from /static/fonts/avds/ for Cyrillic and Kazakh.
 */
:root {
  --av-text-body-font-family: "Inter";
  --av-text-body-font-size: 16px;
  --av-text-body-font-weight: 400;
  --av-text-body-line-height: 24px;
  --av-text-body-letter-spacing: 0;
  --av-text-body: var(--av-text-body-font-weight) var(--av-text-body-font-size)/var(--av-text-body-line-height) var(--av-text-body-font-family);
  --av-text-heading-font-family: "IBM Plex Serif";
  --av-text-heading-font-size: 32px;
  --av-text-heading-font-weight: 600;
  --av-text-heading-line-height: 40px;
  --av-text-heading-letter-spacing: 0;
  --av-text-heading: var(--av-text-heading-font-weight) var(--av-text-heading-font-size)/var(--av-text-heading-line-height) var(--av-text-heading-font-family);
  --av-text-heading-sm-font-family: "IBM Plex Serif";
  --av-text-heading-sm-font-size: 22px;
  --av-text-heading-sm-font-weight: 600;
  --av-text-heading-sm-line-height: 28px;
  --av-text-heading-sm-letter-spacing: 0;
  --av-text-heading-sm: var(--av-text-heading-sm-font-weight) var(--av-text-heading-sm-font-size)/var(--av-text-heading-sm-line-height) var(--av-text-heading-sm-font-family);
  --av-text-code-font-family: "IBM Plex Mono";
  --av-text-code-font-size: 13px;
  --av-text-code-font-weight: 400;
  --av-text-code-line-height: 20px;
  --av-text-code-letter-spacing: 0;
  --av-text-code: var(--av-text-code-font-weight) var(--av-text-code-font-size)/var(--av-text-code-line-height) var(--av-text-code-font-family);
}
