/* [project]/node_modules/@timeedit/ui-components/lib/src/components/Typography/Typography.css [app-client] (css) */
@layer teui-components {
  .ant-typography.typography__title--h1 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 2.875rem;
  }

  .ant-typography.typography__title--h2 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.375rem;
  }

  .ant-typography.typography__title--h3 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .ant-typography.typography__title--h4 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
  }

  .ant-typography.typography__title--h5 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .ant-typography.typography__text--small {
    font-family: "Source Sans 3", sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .ant-typography.typography__text--base {
    font-family: "Source Sans 3", sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
  }

  .ant-typography.typography__text--large {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .ant-typography.typography__text--extra-large {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .typography__link--icon {
    margin-left: 4px;
  }
}

