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

@internal-fonts: 'Lato:100,300|Open+Sans:300,400';


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

//
// Typography
//

@global-font-family:                            'Open Sans';
@global-font-size:                              15px;
@global-line-height:                            1.86;

@global-xxlarge-font-size:                      60px;
@global-xlarge-font-size:                       42px;
@global-large-font-size:                        22px;
@global-medium-font-size:                       20px;
@global-small-font-size:                        13px;

@global-primary-font-family:                    'Lato';
@global-primary-font-weight:                    300;
@global-primary-text-transform:                 uppercase;
@global-primary-letter-spacing:                 inherit;
@global-primary-font-style:                     inherit;

@global-secondary-font-family:                  inherit;
@global-secondary-font-weight:                  inherit;
@global-secondary-text-transform:               inherit;
@global-secondary-letter-spacing:               inherit;
@global-secondary-font-style:                   inherit;

//
// Colors
//

@global-color:                                  #343434;
@global-emphasis-color:                         #111;
@global-muted-color:                            #b6b6b6;

@global-link-color:                             #f95860;
@global-link-hover-color:                       #5f5eea;

@global-inverse-color:                          #fff;

//
// Backgrounds
//

@global-background:                             #fff;

@global-muted-background:                       #f9fafe;
@global-primary-background:                     #f95860;
@global-secondary-background:                   #6766db;

@global-success-background:                     #02c2bb;
@global-warning-background:                     #ffc15e;
@global-danger-background:                      #f95860;

//
// Borders
//

@global-border:                                 #e7e7e7;
@global-border-width:                           1px;
@global-border-radius:                          2px;

//
// Box-Shadows
//

@global-small-box-shadow:                       0 8px 40px -6px rgba(105, 104, 178, 0.18);
@global-medium-box-shadow:                      0 8px 50px -6px rgba(84, 84, 120, 0.26);
@global-large-box-shadow:                       0 8px 50px 0 rgba(84, 84, 120, 0.30);
@global-xlarge-box-shadow:                      0 8px 50px 0 rgba(84, 84, 120, 0.42);

//
// Spacings
//

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

// Used in grid, column, container, align, card, padding
@global-gutter:                                 30px;
@global-small-gutter:                           15px;
@global-medium-gutter:                          40px;
@global-large-gutter:                           65px;

//
// Controls
//

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

//
// Z-index
//

@global-z-index:                                1000;
