// This variable affects the `.h-*` and `.w-*` classes.
$sizes: (
    0: 0,
);

// Fonts
//
// Font, line-height, and color for body text, headings, and more.

$font-size-sm: (12 / 16) * 1rem;

// Buttons
//
// For each of Bootstrap's buttons, define text, background, and border color.

$btn-padding-y-sm: (1 / 16) * 1rem;
$btn-padding-x-sm: (5 / 16) * 1rem;
