/* Jost em título, Quicksand em corpo (§2.4). Nunca uma terceira família. */
:root {
  --av-font-display: Jost, "Century Gothic", Futura, sans-serif;
  --av-font-body: Quicksand, "Trebuchet MS", system-ui, sans-serif;

  --av-hero-display-size: 80px;
  --av-hero-display-weight: 700; /* @kind other */
  --av-hero-display-lh: 1.05; /* @kind other */
  --av-hero-display-ls: -2px; /* @kind other */

  --av-display-lg-size: 56px;
  --av-display-lg-weight: 700; /* @kind other */
  --av-display-lg-lh: 1.10; /* @kind other */
  --av-display-lg-ls: -1px; /* @kind other */

  --av-heading-1-size: 48px;
  --av-heading-1-weight: 700; /* @kind other */
  --av-heading-1-lh: 1.15; /* @kind other */
  --av-heading-1-ls: -0.5px; /* @kind other */

  --av-heading-2-size: 36px;
  --av-heading-2-weight: 700; /* @kind other */
  --av-heading-2-lh: 1.20; /* @kind other */
  --av-heading-2-ls: -0.5px; /* @kind other */

  --av-heading-3-size: 28px;
  --av-heading-3-weight: 500; /* @kind other */
  --av-heading-3-lh: 1.25; /* @kind other */

  --av-heading-4-size: 22px;
  --av-heading-4-weight: 500; /* @kind other */
  --av-heading-4-lh: 1.30; /* @kind other */

  --av-heading-5-size: 18px;
  --av-heading-5-weight: 600; /* @kind other */
  --av-heading-5-lh: 1.40; /* @kind other */

  --av-subtitle-size: 18px;
  --av-subtitle-weight: 400; /* @kind other */
  --av-subtitle-lh: 1.50; /* @kind other */

  --av-body-md-size: 16px;
  --av-body-md-weight: 400; /* @kind other */
  --av-body-md-lh: 1.55; /* @kind other */
  --av-body-md-medium-weight: 500; /* @kind other */

  --av-body-sm-size: 14px;
  --av-body-sm-weight: 400; /* @kind other */
  --av-body-sm-lh: 1.50; /* @kind other */
  --av-body-sm-medium-weight: 500; /* @kind other */

  --av-caption-size: 13px;
  --av-caption-weight: 400; /* @kind other */
  --av-caption-lh: 1.40; /* @kind other */
  --av-caption-bold-weight: 600; /* @kind other */

  --av-micro-size: 12px;
  --av-micro-weight: 500; /* @kind other */
  --av-micro-lh: 1.40; /* @kind other */

  --av-micro-uppercase-size: 11px;
  --av-micro-uppercase-weight: 600; /* @kind other */
  --av-micro-uppercase-lh: 1.40; /* @kind other */
  --av-micro-uppercase-ls: 1px; /* @kind other */

  --av-button-md-size: 14px;
  --av-button-md-weight: 600; /* @kind other */
  --av-button-md-lh: 1.30; /* @kind other */

  /* Largura máxima de coluna de texto (§2.4) */
  --av-measure: 65ch;
}
