//
// Component: Variables
//
// ========================================================================

@internal-fonts: 'Amatic+SC:700|Cabin+Sketch:700|Roboto+Mono:400,400i,700';


// Global variables
// ========================================================================

//
// Typography
//

@global-font-family:                            Roboto Mono;
@global-font-size:                              15px;
@global-line-height:                            1.73; // 26px

@global-xxlarge-font-size:                      70px;
@global-xlarge-font-size:                       50px;
@global-large-font-size:                        30px;
@global-medium-font-size:                       18px;
@global-small-font-size:                        13px;

@global-primary-font-family:                    Amatic SC;
@global-primary-font-weight:                    700;
@global-primary-text-transform:                 uppercase;
@global-primary-letter-spacing:                 inherit;
@global-primary-font-style:                     inherit;

@global-secondary-font-family:                  Roboto Mono;
@global-secondary-font-weight:                  400;
@global-secondary-text-transform:               inherit;
@global-secondary-letter-spacing:               0.2px;
@global-secondary-font-style:                   inherit;

//
// Colors
//

@global-color:                                  #322A22;
@global-emphasis-color:                         #22201E;
@global-muted-color:                            #9a9895;

@global-link-color:                             #D8522C;
@global-link-hover-color:                       #E68138;

@global-inverse-color:                          #fff;

//
// Backgrounds
//

@global-background:                             #fff;

@global-muted-background:                       #F7F7F6;
@global-primary-background:                     #D8522C;
@global-secondary-background:                   #22201E;

@global-success-background:                     #7fb147;
@global-warning-background:                     #F8BA59;
@global-danger-background:                      #E95858;

//
// Borders
//

@global-border-width:                           1px;
@global-border:                                 rgba(172,163,156,0.3);
@global-border-radius:                          0;

//
// Box-Shadows
//

@global-small-box-shadow:                       2px 4px 16px rgba(34,32,30,0.12);
@global-medium-box-shadow:                      2px 12px 32px rgba(34,32,30,0.06);
@global-large-box-shadow:                       2px 18px 48px rgba(34,32,30,0.06);
@global-xlarge-box-shadow:                      2px 26px 56px rgba(34,32,30,0.06);

//
// Spacings
//

// Used in margin, section, list
@global-margin:                                 20px;
@global-small-margin:                           10px;
@global-medium-margin:                          40px;
@global-large-margin:                           70px;
@global-xlarge-margin:                          140px;

// Used in grid, column, container, align, card, padding
@global-gutter:                                 20px;
@global-small-gutter:                           10px;
@global-medium-gutter:                          40px;
@global-large-gutter:                           70px;

//
// Controls
//

@global-control-height:                         40px;
@global-control-small-height:                   30px;
@global-control-large-height:                   55px;

//
// Z-index
//

@global-z-index:                                1000;
