/* [project]/node_modules/@timeedit/ui-components/lib/src/components/Typography/Typography.css [app-client] (css) */
@layer teui-components {
  .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;
  }
}

