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


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

@base-link-hover-text-decoration:               none;
@base-code-color:                               @global-link-hover-color;
@base-code-font-size:                           13px;
@base-em-color:                                 @global-link-hover-color;
@base-h5-font-size:                             20px;
@base-h6-font-size:                             @global-font-size;
@base-hr-border-width:                          1px;
@base-blockquote-font-size:                     20px;
@base-blockquote-footer-font-size:              @global-font-size;
@base-blockquote-footer-margin-top:             @global-medium-margin;
@base-selection-background:                     @global-link-color;

//
// Master
//

@base-code-padding-horizontal:                  4px;
@base-code-padding-vertical:                    1px;
@base-code-border-radius:                       2px;
@base-code-border-width:                        1px;
@base-pre-padding:                              @global-small-margin;
@base-code-border:                              @global-border;
@base-pre-background:                           @global-muted-background;
@base-blockquote-footer-em-dash:                false;
@base-blockquote-color:                         @global-color;
@base-blockquote-footer-color:                  @global-emphasis-color;


// Body
// ========================================================================

.hook-base-body() {}


// Links
// ========================================================================

.hook-base-link() {}

.hook-base-link-hover() {}


// Text-level semantics
// ========================================================================

.hook-base-code() {}


// Headings
// ========================================================================

.hook-base-heading() {}

.hook-base-h1() {}

.hook-base-h2() {}

.hook-base-h3() {}

.hook-base-h4() {}

.hook-base-h5() {}

.hook-base-h6() {}


// Horizontal rules
// ========================================================================

.hook-base-hr() {}


// Blockquotes
// ========================================================================

.hook-base-blockquote() {}

.hook-base-blockquote-footer() {}


// Preformatted text
// ========================================================================

.hook-base-pre() {}


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

.hook-base-misc() {}


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

.hook-inverse-base-link() {}
.hook-inverse-base-link-hover() {}

.hook-inverse-base-code() {}

.hook-inverse-base-heading() {}

.hook-inverse-base-h1() {}
.hook-inverse-base-h2() {}
.hook-inverse-base-h3() {}
.hook-inverse-base-h4() {}
.hook-inverse-base-h5() {}
.hook-inverse-base-h6() {}

.hook-inverse-base-blockquote() {}
.hook-inverse-base-blockquote-footer() {}

.hook-inverse-base-hr() {}