/* Ported from production: styles/mui/overrides/components/Typography.ts — resolved pxToRem(16) values */
.MuiTypography-root {
  line-height: 1;
  font-weight: 400;
  color: var(--mui-palette-text-primary);
}

.MuiTypography-root > a {
  color: var(--mui-palette-text-primary);
  text-decoration: none;
}

.MuiTypography-root > a:hover {
  opacity: 0.5;
}

.MuiTypography-displayLarge { font-size: 12.5rem; }
.MuiTypography-displayMedium { font-size: 11.25rem; }
.MuiTypography-displaySmall { font-size: 6rem; }
.MuiTypography-display { font-size: 4.375rem; }
.MuiTypography-title6XL { font-size: 4rem; }
.MuiTypography-title5XL { font-size: 3.75rem; }
.MuiTypography-title4XL { font-size: 3.4375rem; }
.MuiTypography-title3XL { font-size: 3.125rem; }
.MuiTypography-title2XL { font-size: 2.75rem; }
.MuiTypography-titleXL { font-size: 2.5rem; }
.MuiTypography-titleLarge { font-size: 2.25rem; }
.MuiTypography-titleMedium { font-size: 2rem; }
.MuiTypography-titleBase2 { font-size: 1.875rem; }
.MuiTypography-titleBase { font-size: 1.75rem; }
.MuiTypography-titleSmall { font-size: 1.625rem; }
.MuiTypography-titleTiny { font-size: 1.5rem; }
.MuiTypography-paragraphXL { font-size: 1.375rem; }
.MuiTypography-paragraphLarge { font-size: 1.25rem; }
.MuiTypography-paragraphMedium { font-size: 1.125rem; }
.MuiTypography-paragraphSmall { font-size: 1rem; }
.MuiTypography-paragraph20 { font-size: 1.25rem; }
.MuiTypography-paragraph18 { font-size: 1.125rem; }
.MuiTypography-paragraph16 { font-size: 1rem; }
.MuiTypography-paragraph14 { font-size: 0.875rem; }
.MuiTypography-paragraph12 { font-size: 0.75rem; }
.MuiTypography-bodyLarge { font-size: 0.9375rem; }
.MuiTypography-bodyMedium { font-size: 0.875rem; }
.MuiTypography-bodySmall { font-size: 0.8125rem; }
.MuiTypography-caption { font-size: 0.75rem; }
.MuiTypography-overlineLarge { font-size: 0.625rem; text-transform: none; }
.MuiTypography-overlineMedium { font-size: 9px; text-transform: none; }
.MuiTypography-overlineSmall { font-size: 8px; text-transform: none; }
.MuiTypography-bodyMediumSmallMobile { font-size: 0.875rem; }

@media (max-width: 599.95px) {
  .MuiTypography-displayLarge { font-size: 4.6875rem; }
  .MuiTypography-displayMedium { font-size: 2.5rem; }
  .MuiTypography-displaySmall { font-size: 3.75rem; }
  .MuiTypography-display { font-size: 2.1875rem; }
  .MuiTypography-title6XL { font-size: 2rem; }
  .MuiTypography-title5XL { font-size: 1.625rem; }
  .MuiTypography-title4XL { font-size: 1.5rem; }
  .MuiTypography-title3XL { font-size: 1.5rem; }
  .MuiTypography-title2XL { font-size: 1.375rem; }
  .MuiTypography-titleXL { font-size: 1.25rem; }
  .MuiTypography-titleLarge { font-size: 1.125rem; }
  .MuiTypography-titleMedium { font-size: 1rem; }
  .MuiTypography-titleBase2 { font-size: 1rem; }
  .MuiTypography-titleBase { font-size: 1rem; }
  .MuiTypography-titleSmall { font-size: 0.9375rem; }
  .MuiTypography-titleTiny { font-size: 1rem; }
  .MuiTypography-paragraphXL { font-size: 0.875rem; }
  .MuiTypography-paragraphLarge { font-size: 0.75rem; }
  .MuiTypography-paragraphMedium { font-size: 0.75rem; }
  .MuiTypography-paragraphSmall { font-size: 0.75rem; }
  .MuiTypography-bodyLarge { font-size: 0.75rem; }
  .MuiTypography-bodyMedium { font-size: 0.75rem; }
  .MuiTypography-bodySmall { font-size: 0.75rem; }
  .MuiTypography-caption { font-size: 0.625rem; }
  .MuiTypography-overlineLarge { font-size: 0.5rem; }
  .MuiTypography-bodyMediumSmallMobile { font-size: 0.625rem; }
}
