// Typey integration // // No styleguide reference. $base-unit: em; $base-font-size: 16px; $base-line-height: 28px; $helvetica: Helvetica, sans-serif; $verdana: Verdana, sans-serif; $garamond: Garamond, serif; $typefaces: ( sans-serif: $sans-serif-stack, serif: $garamond, monospace: $monospace-stack, ); $typestyles: ( heading-1: ( font-size: xxl, line-height: 2, weight: normal, ), );