// TYPOGRAPHY.LESS
//
// This file defines styles for type across the applications.
// -----------------------------------------------------------

// Main type constants
// ----------------------------------------------
@font-stack-main: 'Roboto', sans-serif;
@font-stack-headers: 'Poppins', sans-serif;

@font-size-base: 14px;

@font-line-height-base: 1.7;
@font-line-height-header: 1.3;

@font-weight-light:   300;
@font-weight-regular: 400;
@font-weight-medium:  500;
@font-weight-bold:    700;
