@import "font-families"; // ========================================================= // Font families // ========================================================= // font families to use for all typography on screens $font-family: $font-family-sans-serif !default; // font families to use for print media // We recommend that you use system fonts when printing. This will avoid issues // with some printer drivers and operating systems. $font-family-print: sans-serif !default; // ========================================================= // Font size // ========================================================= //Base size $font-size-base: 1rem * 1.25 !default; // ========================================================= // Font weights // ========================================================= // font weight for regular typography $font-weight-regular: 400 !default; // font weight for bold typography $font-weight-bold: 700 !default;