// Typography - FONT Default
$font-family-sans-serif: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
$font-family-monospace:  Menlo, Consolas, "Liberation Mono", "Courier New", monospace;

$light-weight: 300;
$regular-weight: 400;
$medium-weight: 500;
$semibold-weight: 600;
$bold-weight: 700;
$black-weight: 900;

$font-size-base: 1rem;

$body-font-size: 0.9375rem; // 'laptop-sm': (1rem,1.375), 'laptop-m':(1.0625rem,1.375), 'laptop-l':(1.12rem,1.5));
$body-sm-font-size: 1rem;
$body-m-font-size: 1.0625rem;
$body-l-font-size: 1.12rem;

$h1-font-size: 2rem;
$h1-sm-font-size: 2.25rem;
$h1-m-font-size: 2.5rem;
$h1-l-font-size: 2.75rem;

$h2-font-size: 1.5625rem;    // max-width 975px
$h2-sm-font-size: 1.75rem;   // max-width 1220px
$h2-m-font-size: 2rem;       // max-width 1480px
$h2-l-font-size: 2.25rem;    // width > 1480px  (default)

$h3-font-size: 1.125rem;      // max-width 975px
$h3-sm-font-size: 1.375rem;    // max-width 1220px
$h3-m-font-size: 1.5rem;   // max-width 1480px
$h3-l-font-size: 1.75rem;    // width > 1480px (default)

$h4-font-size: 1.0463rem;    // max-width 975px
$h4-sm-font-size: 1.116rem;  // max-width 1220px
$h4-m-font-size: 1.186rem;   // max-width 1480px
$h4-l-font-size: 1.25rem;     // width > 1480px (default)

$h5-font-size : 0.9375rem; // max-width 975px
$h5-sm-font-size: 1rem; // max-width 1220px
$h5-m-font-size: 1.0625rem; // max-width 1480px
$h5-l-font-size:1.12rem; // width > 1480px (default)

$card-content-title-font-size: 1.25rem;
$card-content-title-sm-font-size: 1.5rem;
$card-content-title-m-font-size: 1.625rem;
$card-content-title-l-font-size: 1.75rem;

$card-content-description-font-size: 1rem;
$card-content-description-sm-font-size: 1.125rem;
$card-content-description-m-font-size: 1.125rem;
$card-content-description-l-font-size: 1.25rem;

$banner-top-menu-sub-header-font-size: 1.125rem;
$banner-top-menu-sub-header-sm-font-size: 1.375rem;
$banner-top-menu-sub-header-m-font-size: 1.5rem;
$banner-top-menu-sub-header-l-font-size: 1.625rem;


$btn-small-font-size: 0.75rem;

$banner-sticky-resize-text-font-size: 1.25rem;
$banner-btn-small-font-size:  $btn-small-font-size;
$banner-sticky-header-font-size: 0.87rem;
$banner-sticky-header-h1-font-size: 1.75rem;
$banner-sticky-header-h4-font-size: 1.5rem;

$contextual-menu-dropdown-item-font-size: 0.87rem;
$contextual-menu-dropdown-item-sm-font-size: 0.75rem;

//Skip to main Content Links Font setting
$skip-to-main-content-font-size: 1.25rem;
$skip-to-main-content-font-weight : $light-weight;

// User Links Font Setting
$user-links-font-weight : $medium-weight;
$header-link-area-font-size: 0.7847rem;
$header-link-area-sm-font-size: 0.7847rem;
$header-link-area-m-font-size: 0.8255rem;
$header-link-area-l-font-size: 0.87rem;
$header-link-area-navbar-toggler-font-size: 1.7rem;

// Top Menu Sub Header Fot Weight
$top-menu-sub-header-font-weight: $light-weight;

// Navigation
$nav-links-font-size: 1.125rem;
$megamenu-list-font-size: 0.9rem;
$main-menu-mobile-button-font-size: 1.875rem;
$main-menu-mobile-menu-brand-font-size: 2rem;

$info-menu-system-font-size: 1rem;
$info-menu-system-sm-font-size: 1.125rem;

// footer
$footer-font-size : 0.7847rem;
$footer-sm-font-size : 0.7847rem;
$footer-m-font-size : 0.8255rem;
$footer-l-font-size : 0.87rem;

$footer-h3-font-size :1.0463rem;
$footer-h3-sm-font-size :1.116rem;
$footer-h3-m-font-size :1.186rem;
$footer-h3-l-font-size :1.25rem;

// breadcrumbs
$breadcrumbs-items-links-font-size: 0.75rem;
$breadcrumbs-items-links-l-font-size: 0.875rem;

//Buttons
$button-primary-font-size: 0.87rem;
$button-primary-sm-font-size : 0.75rem;
$button-secondary-font-size: $button-primary-font-size;
$button-secondary-sm-font-size: $button-primary-sm-font-size;

// switch fields
$switch-field-label-font-size: 0.837rem;
$switch-field-label-sm-font-size: 0.893rem;
$switch-field-label-m-font-size: 0.95rem;
$switch-field-label-l-font-size: 1rem;

// inputs
$form-control-font-size: 0.837rem;
$form-control-sm-font-size: 0.893rem;
$form-control-m-font-size:  0.95rem;
$form-control-l-font-size: 1rem;

$form-control-lg-font-size: 1.0463rem;
$form-control-lg-sm-font-size: 1.116rem;
$form-control-lg-m-font-size: 1.186rem;
$form-control-lg-l-font-size: 1.25rem;

$custom__form-control-lg-font-size: $form-control-lg-font-size;
$custom__form-control-lg-sm-font-size: $form-control-lg-sm-font-size;
$custom__form-control-lg-m-font-size: $form-control-lg-m-font-size;
$custom__form-control-lg-l-font-size: $form-control-lg-l-font-size;

//accordion
$toggle-expander-font-size:0.7847rem;
$toggle-expander-sm-font-size: 0.837rem;
$toggle-expander-m-font-size: 0.889rem;
$toggle-expander-l-font-size: .9375rem;

// inline help
$inline__help-font-size: 0.837rem;
$inline__help-sm-font-size:  0.893rem;
$inline__help-m-font-size: 0.95rem;
$inline__help-l-font-size: 1rem;

//loader
$loader-font-size: 7rem;

// modal
$modal-text-font-size :0.875rem;

$alert-error-Label-font-size: 0.875rem;

// notification
$notifications__counter-font-size: 3rem;
$popover-header-close-font-size: 1.75rem;
$toastr-font-size: 0.875rem;


// browser-detection
$browser-detection-message-font-size: 0.75rem;
$browser-detection-message-l-font-size: 0.87rem;



$bolder:                        $medium-weight;

$headings-font-weight:          $black-weight;
$headings-line-height:          132%;
$headings-color:                $black-heading;

$input-border-radius: 0;
$input-border-radius-lg: 0;


//-----------------------------------------------------------------------//
// SITE WIDE BODY SELECTOR DEFAULTS
//-----------------------------------------------------------------------//
$body-font-family: $font-family-sans-serif;
$body-font-weight: $regular-weight;
$body-line-height: 1.5;
