.atom-typography{color:var(--atom-typography-color-text,var(--atom-color-text));font-family:var(--atom-font-family);font-size:var(--atom-font-size);line-height:var(--atom-line-height);margin:0}.atom-typography-title{font-weight:700;margin-bottom:.5em;color:inherit}.atom-typography-title-h1{font-size:var(--atom-font-size-heading-1);line-height:var(--atom-line-height-sm);letter-spacing:-.02em}.atom-typography-title-h2{font-size:var(--atom-font-size-heading-2);line-height:var(--atom-line-height-sm);letter-spacing:-.01em}.atom-typography-title-h3{font-size:var(--atom-font-size-heading-3);line-height:var(--atom-line-height-sm)}.atom-typography-title-h4{font-size:var(--atom-font-size-heading-4);line-height:var(--atom-line-height-sm);font-weight:600}.atom-typography-title-h5{font-size:var(--atom-font-size-heading-5);line-height:var(--atom-line-height);font-weight:600}.atom-typography-text{display:inline-block}.atom-typography-paragraph{margin-bottom:1em}.atom-typography-primary{color:var(--atom-primary-color,var(--atom-primary-color))}.atom-typography-secondary{color:var(--atom-typography-color-text-description,var(--atom-color-text-secondary))}.atom-typography-success{color:var(--atom-success-color,var(--atom-success-color))}.atom-typography-warning{color:var(--atom-warning-color,var(--atom-warning-color))}.atom-typography-error{color:var(--atom-error-color,var(--atom-error-color))}.atom-typography-info{color:var(--atom-info-color,var(--atom-info-color))}.atom-typography-strong{font-weight:600}.atom-typography-italic{font-style:italic}.atom-typography-underline{text-decoration:underline;text-underline-offset:3px}.atom-typography-delete{text-decoration:line-through;opacity:.6}.atom-typography-disabled{color:var(--atom-color-text-quaternary,var(--atom-color-text-quaternary));cursor:not-allowed;-webkit-user-select:none;user-select:none}.atom-typography a{color:var(--atom-typography-color-link,var(--atom-primary-color));text-decoration:none;transition:color var(--atom-transition-base);cursor:pointer}.atom-typography a:hover{color:var(--atom-typography-color-link-hover,var(--atom-primary-color-hover))}