$font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
	Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !default;
$font-family-mono: ui-monospace, 'SFMono-Regular', SF Mono, Menlo, Consolas,
	'Liberation Mono', monospace !default;

// these three variables will be deprecated in v1.0.0 in favor of more consistent naming
$body-font-family: $font-family-base;
$base-font-family: $body-font-family;
$monospace-font-family: $font-family-mono;

$font-size-sm: 0.875rem;
$font-size-base: 1rem;
$font-size-md: 1.25rem;
$font-size-lg: 1.5rem;

// these variables will be deprecated in v1.0.0 in favor of more consistent naming
$large-font-size: 1.5rem;
$medium-font-size: 1.25rem;
$normal-font-size: 1rem;
$small-font-size: 0.875rem;

$bold-font-weight: bold;
