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

@internal-fonts: 'Kanit:200|Nunito+Sans:300';


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

//
// Typography
//

@global-font-family:                            Nunito Sans;
@global-font-size:                              17px;
@global-line-height:                            1.58;      // 27px

@global-xxlarge-font-size:                      46px;
@global-xlarge-font-size:                       38px;
@global-large-font-size:                        32px;
@global-medium-font-size:                       26px;
@global-small-font-size:                        14px;

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

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

//
// Colors
//

@global-color:                                  #5f5f63;
@global-emphasis-color:                         #222328;
@global-muted-color:                            #a7a7a7;

@global-link-color:                             #e789ac;
@global-link-hover-color:                       #7fcAc5;

@global-inverse-color:                          #fff;

//
// Backgrounds
//

@global-background:                             #fff;

@global-muted-background:                       #fafafa;
@global-primary-background:                     #f7eff2;
@global-secondary-background:                   #e3f3f2;

@global-success-background:                     #9dccae;
@global-warning-background:                     #f7b683;
@global-danger-background:                      #e78b8b;

//
// Borders
//

@global-border-width:                           2px;
@global-border:                                 #eee;
@global-border-radius:                          0;

//
// Box-Shadows
//

@global-small-box-shadow:                       0 2px 8px rgba(0,0,0,0.08);
@global-medium-box-shadow:                      0 5px 15px rgba(0,0,0,0.08);
@global-large-box-shadow:                       0 14px 25px rgba(0,0,0,0.16);
@global-xlarge-box-shadow:                      0 28px 50px rgba(0,0,0,0.16);

//
// Spacings
//

// Used in margin, section, list
@global-margin:                                 30px;
@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:                                 25px;
@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:                   60px;

//
// Z-index
//

@global-z-index:                                1000;
