$font-weight-regular: 400;
$font-weight-medium: 500;
$font-weight-bolder: 700;

:root {
  --font-weight-regular: $font-weight-regular;
  --font-weight-medium: $font-weight-medium;
}
