/* evo theme tokens — auto-generated, do not edit */
:root {
	/* evo color labels */
	--default: var(--color-black);
	--ui-headline: var(--color-white);
	--ui-body: var(--color-white);
	--ui-fill: var(--color-black);
	--ui-stroke: var(--color-grey);
	--ui-text: var(--color-white);
	--action: var(--color-pink);
	--action-outline: var(--color-white);
	--action-contrast: var(--color-black);
	--action-secondary: var(--color-orange);
	--action-secondary-contrast: var(--color-white);
	--action-tertiary: var(--color-lavender);
	--action-tertiary-contrast: var(--color-black);
	--info: var(--color-blue);
	--info-contrast: var(--color-white);
	--success: var(--color-mint);
	--success-contrast: var(--color-white);
	--warning: var(--color-yellow);
	--warning-contrast: var(--color-white);
	--fail: var(--color-red);
	--fail-contrast: var(--color-white);
	--neutral-1: var(--color-black);
	--neutral-2: var(--color-slate);
	--neutral-3: var(--color-grey);
	--neutral-4: var(--color-silver);
	--neutral-5: var(--color-white);
	--neutral-6: var(--color-orange);

  /* hero-title-large */
  --txt-hero-title-large-size: 4.375rem;
  --txt-hero-title-large-lh: 4.5rem;
  --txt-hero-title-large-weight: 900;
  --txt-hero-title-large-family: Geist, sans-serif;
  --txt-hero-title-large-ls: -0.03em;

  /* hero-title-small */
  --txt-hero-title-small-size: 3.75rem;
  --txt-hero-title-small-lh: 4rem;
  --txt-hero-title-small-weight: 900;
  --txt-hero-title-small-family: Geist, sans-serif;
  --txt-hero-title-small-ls: -0.03em;

  /* page-title-large */
  --txt-page-title-large-size: 4.375rem;
  --txt-page-title-large-lh: 5rem;
  --txt-page-title-large-weight: 900;
  --txt-page-title-large-family: Geist, sans-serif;
  --txt-page-title-large-ls: -0.03em;

  /* page-title */
  --txt-page-title-size: 4.375rem;
  --txt-page-title-lh: 5rem;
  --txt-page-title-weight: 900;
  --txt-page-title-family: Geist, sans-serif;
  --txt-page-title-ls: -0.03em;

  /* page-title-small */
  --txt-page-title-small-size: 3.5rem;
  --txt-page-title-small-lh: 4rem;
  --txt-page-title-small-weight: 900;
  --txt-page-title-small-family: Geist, sans-serif;
  --txt-page-title-small-ls: -0.03em;

  /* section-title */
  --txt-section-title-size: 3rem;
  --txt-section-title-lh: 4rem;
  --txt-section-title-weight: 900;
  --txt-section-title-family: Geist, sans-serif;
  --txt-section-title-ls: -0.03em;

  /* section-title-small */
  --txt-section-title-small-size: 2.5rem;
  --txt-section-title-small-lh: 3rem;
  --txt-section-title-small-weight: 900;
  --txt-section-title-small-family: Geist, sans-serif;
  --txt-section-title-small-ls: -0.03em;

  /* headline-large */
  --txt-headline-large-size: 2.5rem;
  --txt-headline-large-lh: 3rem;
  --txt-headline-large-weight: 700;
  --txt-headline-large-family: Geist Mono, monospace;
  --txt-headline-large-ls: -0.03em;

  /* headline-small */
  --txt-headline-small-size: 2rem;
  --txt-headline-small-lh: 2.5rem;
  --txt-headline-small-weight: 700;
  --txt-headline-small-family: Geist Mono, monospace;
  --txt-headline-small-ls: -0.03em;

  /* subhead */
  --txt-subhead-size: 1.5rem;
  --txt-subhead-lh: 2.25rem;
  --txt-subhead-weight: 700;
  --txt-subhead-family: Geist, sans-serif;
  --txt-subhead-ls: -0.03em;

  /* subhead-small */
  --txt-subhead-small-size: 1.125rem;
  --txt-subhead-small-lh: 1.75rem;
  --txt-subhead-small-weight: 700;
  --txt-subhead-small-family: Geist, sans-serif;
  --txt-subhead-small-ls: -0.03em;

  /* mini-header */
  --txt-mini-header-size: 1rem;
  --txt-mini-header-lh: 1.5rem;
  --txt-mini-header-weight: 400;
  --txt-mini-header-family: Geist Mono, monospace;
  --txt-mini-header-ls: 0.12em;
  --txt-mini-header-tt: uppercase;

  /* mini-header-small */
  --txt-mini-header-small-size: 0.875rem;
  --txt-mini-header-small-lh: 1.5rem;
  --txt-mini-header-small-weight: 400;
  --txt-mini-header-small-family: Geist Mono, monospace;
  --txt-mini-header-small-ls: 0.12em;
  --txt-mini-header-small-tt: uppercase;

  /* body-lead */
  --txt-body-lead-size: 1rem;
  --txt-body-lead-lh: 1.5rem;
  --txt-body-lead-weight: 500;
  --txt-body-lead-family: Geist Mono, monospace;
  --txt-body-lead-ls: 0.01em;
  --txt-body-lead-tt: none;

  /* body-lead-bold */
  --txt-body-lead-bold-size: 1rem;
  --txt-body-lead-bold-lh: 1.5rem;
  --txt-body-lead-bold-weight: 700;
  --txt-body-lead-bold-family: Geist Mono, monospace;
  --txt-body-lead-bold-ls: 0.01em;
  --txt-body-lead-bold-tt: none;

  /* body */
  --txt-body-size: 1rem;
  --txt-body-lh: 1.5rem;
  --txt-body-weight: 400;
  --txt-body-family: Geist Mono, monospace;
  --txt-body-ls: 0;
  --txt-body-tt: none;

  /* body-bold */
  --txt-body-bold-size: 1rem;
  --txt-body-bold-lh: 1.5rem;
  --txt-body-bold-weight: 600;
  --txt-body-bold-family: Geist Mono, monospace;
  --txt-body-bold-ls: 0.005em;
  --txt-body-bold-tt: none;

  /* body-long */
  --txt-body-long-size: 1.125rem;
  --txt-body-long-lh: 2rem;
  --txt-body-long-weight: 400;
  --txt-body-long-family: Geist Mono, monospace;
  --txt-body-long-ls: 0.01em;
  --txt-body-long-tt: none;

  /* body-small */
  --txt-body-small-size: 0.875rem;
  --txt-body-small-lh: 1.5rem;
  --txt-body-small-weight: 400;
  --txt-body-small-family: Geist Mono, monospace;
  --txt-body-small-ls: 0;
  --txt-body-small-tt: none;

  /* body-small-medium */
  --txt-body-small-medium-size: 0.875rem;
  --txt-body-small-medium-lh: 1.5rem;
  --txt-body-small-medium-weight: 500;
  --txt-body-small-medium-family: Geist Mono, monospace;
  --txt-body-small-medium-ls: 0;
  --txt-body-small-medium-tt: none;

  /* code */
  --txt-code-size: 1rem;
  --txt-code-lh: 1.625rem;
  --txt-code-weight: 400;
  --txt-code-family: Geist Mono, monospace;
  --txt-code-ls: 0;
  --txt-code-tt: none;

}

@media (max-width: 768px) {
  :root {
    /* hero-title-large -> hero-title-small */
    --txt-hero-title-large-size: 3.75rem;
    --txt-hero-title-large-lh: 4rem;
    --txt-hero-title-large-ls: -0.03em;

    /* page-title-large -> page-title */
    --txt-page-title-large-size: 4.375rem;
    --txt-page-title-large-lh: 5rem;
    --txt-page-title-large-ls: -0.03em;

    /* page-title -> page-title-small */
    --txt-page-title-size: 3.5rem;
    --txt-page-title-lh: 4rem;
    --txt-page-title-ls: -0.03em;

    /* section-title -> section-title-small */
    --txt-section-title-size: 2.5rem;
    --txt-section-title-lh: 3rem;
    --txt-section-title-ls: -0.03em;

    /* headline-large -> headline-small */
    --txt-headline-large-size: 2rem;
    --txt-headline-large-lh: 2.5rem;
    --txt-headline-large-ls: -0.03em;

    /* headline-small -> subhead */
    --txt-headline-small-size: 1.5rem;
    --txt-headline-small-lh: 2.25rem;
    --txt-headline-small-ls: -0.03em;

    /* subhead -> subhead-small */
    --txt-subhead-size: 1.125rem;
    --txt-subhead-lh: 1.75rem;
    --txt-subhead-ls: -0.03em;

    /* mini-header -> mini-header-small */
    --txt-mini-header-size: 0.875rem;
    --txt-mini-header-lh: 1.5rem;
    --txt-mini-header-ls: 0.12em;

  }
}
