$body-bg:                       #D8DCE3;
$body-color:                    #868ba1;

// Border
$border-radius:                 2px;

// Color
$orange:                        #FB9337;

// Forms elements
$input-btn-padding-y:           0.65rem;

// Custom Forms
$ckbox-size:                    16px;
$rdiobox-size:                  16px;

// Fonts
$font-family-roboto:            'Roboto', 'Helvetica Neue', Arial, sans-serif;
$font-family-lato:              'Lato', 'Helvetica Neue', Arial, sans-serif;

$font-family-base:              $font-family-roboto;
$font-size-base:                .875rem;

// Links
$link-hover-decoration:         none;

// Table
$table-border-color:            #dee2e6;
