// default breakpoint $_default-breakpoint: 'md'; // default wrapper width $_max-width: 960px !default; // default grid columns $_column: 12 !default; // base font-size $_font-size: ( 'sm': 15px, 'md': 16px, ) !default; $_font-size--large: 16px !default; $_font-size--small: 0.8em !default; // base font-weight $_font-weight-light: 300; $_font-weight-normal: 400; $_font-weight-regular: 400; $_font-weight-medium: 500; $_font-weight-semibold: 600; $_font-weight-bold: 700; $_font-weight-extrabold: 800; $_font-weight-heavy: 900; // base Rounded corners $_radius: 3px !default; // base animation speed $_duration: 0.3s !default; // base spacing $_white-space: 1.7rem !default; $_white-space--small: math.div($_white-space, 2) !default; $_white-space--large: ($_white-space * 2) !default;