//
// Component: Base
//
// ========================================================================


// Variables
// ========================================================================

@text-lead-font-size:                           18px;

@text-large-font-size:                          18px;

@text-primary-color:                            darken(@global-primary-background, 30%);
@text-success-color:                            darken(@global-success-background, 15%);
@text-warning-color:                            darken(@global-warning-background, 15%);
@text-danger-color:                             darken(@global-danger-background, 15%);

//
// Master
//

@text-lead-font-weight:                         normal;

@internal-text-background-color-gradient:       linear-gradient(135deg, @global-link-color, darken(@global-link-color, 15%));


// Style modifiers
// ========================================================================

.hook-text-lead() {}

.hook-text-meta() {}


// Size modifiers
// ========================================================================

.hook-text-small() {}

.hook-text-large() {}


// Background modifier
// ========================================================================

.hook-text-background() {}


// Miscellaneous
// ========================================================================

.hook-text-misc() {}


// Inverse
// ========================================================================

.hook-inverse-text-lead() {}
.hook-inverse-text-meta() {}
