Managing typography inSASS involves using variables for font sizes, families, and weights to ensure consistency. Define variables in a `_typography.scss` file, such as`$font-primary: 'Arial', sans-serif; $font-size-base: 16px;`. Use these variables throughout your stylesheets to apply typography settings, making it easier to maintain and update the typographic styles globally.