/* AI Weed Library — type scale
   Single family (Inter), two weights (400 Regular, 500 Medium) —
   the Figma file never uses a third weight. Sizes below are the exact
   sizes read off component instances (do not round to a 4/8px scale). */
:root {
  --font-weight-regular: 400;
  --font-weight-medium: 500;
}

.text-doc-title   { font-family: var(--font-sans); font-weight: 400; font-size: 36px; line-height: 40px; color: var(--text-primary); }
.text-doc-desc    { font-family: var(--font-sans); font-weight: 400; font-size: 16px; line-height: 24px; color: var(--text-secondary); }
.text-heading-lg  { font-family: var(--font-sans); font-weight: 400; font-size: 18px; line-height: 28px; color: var(--text-primary); }
.text-body-md     { font-family: var(--font-sans); font-weight: 400; font-size: 14px; line-height: 20px; color: var(--text-primary); }
.text-body-md-medium { font-family: var(--font-sans); font-weight: 500; font-size: 14px; line-height: 20px; color: var(--text-primary); }
.text-body-sm     { font-family: var(--font-sans); font-weight: 400; font-size: 12px; line-height: 16px; color: var(--text-secondary); }
.text-body-sm-medium { font-family: var(--font-sans); font-weight: 500; font-size: 12px; line-height: 16px; color: var(--text-primary); }
