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



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

@text-lead-font-size:                           20px;
@text-lead-line-height:                         1.4;
@text-meta-line-height:                         1.2;
@text-large-font-size:                          20px;
@text-large-line-height:                        1.4;
@text-primary-color:                            @global-link-hover-color;
@text-background-color:                         @global-link-color;


// 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() {}