$mds-font-asset-path: 'https://designsystem.morningstar.com/fonts/'; // FONT FAMILY // ——————————————————————————————————————— $mds-typography-font-family-sans-serif: 'Univers', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif !default; // FONT WEIGHT // ——————————————————————————————————————— $mds-typography-font-weight-thin: 200 !default; $mds-typography-font-weight-light: 300 !default; $mds-typography-font-weight-regular: 400 !default; $mds-typography-font-weight-bold: 600 !default; // BODY // ——————————————————————————————————————— // Small $mds-typography-font-size-s: 14px !default; $mds-typography-line-height-s: 18px !default; // Medium $mds-typography-font-size-m: 16px !default; $mds-typography-line-height-m: 21px !default; // Large $mds-typography-font-size-l: 20px !default; $mds-typography-line-height-l: 26px !default; // HEADING // ——————————————————————————————————————— // Level 1 $mds-typography-font-size-heading-level-1: 45px !default; $mds-typography-line-height-heading-level-1: 50px !default; // Level 2 $mds-typography-font-size-heading-level-2: 32px !default; $mds-typography-line-height-heading-level-2: 36px !default; // Level 3 $mds-typography-font-size-heading-level-3: 28px !default; $mds-typography-line-height-heading-level-3: 34px !default; // Level 4 $mds-typography-font-size-heading-level-4: 23px !default; $mds-typography-line-height-heading-level-4: 27px !default; // Level 5 $mds-typography-font-size-heading-level-5: 20px !default; $mds-typography-line-height-heading-level-5: 23px !default; // Level 6 $mds-typography-font-size-heading-level-6: 18px !default; $mds-typography-line-height-heading-level-6: 22px !default; // Eyebrow $mds-typography-font-size-heading-eyebrow: 10px !default; $mds-typography-line-height-heading-eyebrow: 12px !default;