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

@internal-fonts: ~'Poppins:400,600|Roboto';


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

//
// Typography
//

@global-font-family:                            Poppins;
@global-font-size:                              16px;
@global-line-height:                            1.5;

@global-xxlarge-font-size:                      50px;
@global-xlarge-font-size:                       40px;
@global-large-font-size:                        28px;
@global-medium-font-size:                       22px;
@global-small-font-size:                        13px;

@global-primary-font-family:                    Poppins;
@global-primary-font-weight:                    normal;
@global-primary-text-transform:                 inherit;
@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:                                  #181818;
@global-emphasis-color:                         #000;
@global-muted-color:                            #949494;

@global-link-color:                             #ef463e;
@global-link-hover-color:                       #181818;

@global-inverse-color:                          #fff;

//
// Backgrounds
//

@global-background:                             #fff;

@global-muted-background:                       #f3f3f3;
@global-primary-background:                     #ef463e;
@global-secondary-background:                   #181818;

@global-success-background:                     #00b572;
@global-warning-background:                     #faa05a;
@global-danger-background:                      #CE241B;

//
// Borders
//

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

//
// 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 15px 55px rgba(0,0,0,0.08);
@global-xlarge-box-shadow:                      0 28px 50px rgba(0,0,0,0.16);

//
// 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:                                 40px;
@global-small-gutter:                           15px;
@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;
