// https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight#common_weight_name_mapping

$font-weight-normal: 400;
$font-weight-medium: 500;
$font-weight-semi-bold: 600;
$font-weight-bold: 700;
$font-weight-black: 900;
