:root {
    --typography-font-size-3xs: 0.5rem;
    --typography-font-size-2xs: 0.625rem;
    --typography-font-size-xs: 0.75rem;
    --typography-font-size-s: 0.875rem;
    --typography-font-size-m: 1rem;
    --typography-font-size-l: 1.125rem;
    --typography-font-size-xl: 1.375rem;
    --typography-font-size-2xl: 1.625rem;
    --typography-font-size-3xl: 1.875rem;

    --typography-font-weight-base: normal;
    --typography-font-weight-semibold: 600;
    --typography-font-weight-bold: 700;

    --typography-letter-spacing-xs: 0.063rem;
    --typography-letter-spacing-s: 0.125rem;
    --typography-letter-spacing-m: 0.188rem;
    --typography-letter-spacing-l: 0.25rem;
    --typography-letter-spacing-xl: 0.313rem;

    --typography-line-height-3xs: 0.625rem;
    --typography-line-height-2xs: 0.75rem;
    --typography-line-height-xs: 0.875rem;
    --typography-line-height-s: 1rem;
    --typography-line-height-m: 1.125rem;
    --typography-line-height-l: 1.25rem;
    --typography-line-height-xl: 1.5rem;
    --typography-line-height-2xl: 1.75rem;
    --typography-line-height-3xl: 2rem;
}
