$font-family-primary: "IBM Plex Sans", sans-serif !default;
$font-family-secondary: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono",
  "Ubuntu Mono", "Lucida Console", "Courier New", monospace !default;

// Base font sizes
$font-size-xxs: 8px !default;
$font-size-xs: 10px !default;
$font-size-sm: 11px !default;
$font-size-md: 12px !default;
$font-size-lg: 14px !default;
$font-size-xl: 16px !default;
$font-size-xxl: 18px !default;

// Heading font sizes
$font-size-h6: 1rem !default;
$font-size-h5: 1.25rem !default;
$font-size-h4: 1.5rem !default;
$font-size-h3: 1.75rem !default;
$font-size-h2: 2rem !default;
$font-size-h1: 2.5rem !default;

// Line heights
$line-height-xxs: 1.25 !default;
$line-height-xs: 1.3 !default;
$line-height-sm: 1.27 !default;
$line-height-md: 1.33 !default;
$line-height-lg: 1.29 !default;
$line-height-xl: 1.31 !default;
$line-height-xxl: 1.28 !default;

// Font weights
$font-weight-light: 300 !default;
$font-weight-regular: 400 !default;
$font-weight-medium: 500 !default;
$font-weight-semibold: 600 !default;
$font-weight-bold: 700 !default;
$font-weight-extrabold: 800 !default;
