/* =============================================
   TIPOGRAFIA — Classes do Design System
   Mapeamento Figma -> CSS
   ============================================= */

/* -- Display -- */

.text-display-1 {
  font-family: var(--font-primary);
  font-size: 72px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.text-display-2 {
  font-family: var(--font-primary);
  font-size: 64px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.text-display-3 {
  font-family: var(--font-primary);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* -- Headline -- */

.text-headline-1 {
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.text-headline-2 {
  font-family: var(--font-secondary);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-headline-3 {
  font-family: var(--font-secondary);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-headline-3-alt {
  font-family: var(--font-secondary);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-headline-4 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-headline-4-alt {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-headline-5 {
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.text-headline-5-alt {
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.text-headline-6 {
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-headline-6-alt {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-headline-7 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-headline-8 {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-headline-9 {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.text-headline-10 {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

/* -- Paragraph -- */

.text-paragraph-1 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.text-paragraph-2 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.text-paragraph-3 {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.text-paragraph-4 {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.text-paragraph-5 {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

/* -- Extras -- */

.text-22-semi {
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-20-semi {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-16-reg {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-24-reg {
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}
