// Custom.scss
// Option A: Include all of Bootstrap


$font-family-sans-serif: 'Poppins', sans-serif;

$nav-link-font-weight: 400;
$nav-link-font-size: 0.9rem;
$navbar-light-color: #5D6089;
$navbar-light-hover-color: #39015a;
$nav-link-transition: all 0.5s ease;
$navbar-light-active-color: #9EA0B8;
$navbar-light-icon-color: #5D6089;
$navbar-light-toggler-border-color: transparent; 
$navbar-toggler-focus-width: 0px;
$navbar-brand-margin-end: 0rem;

$dropdown-font-size: 0.9rem;
$dropdown-link-color: #5D6089;
$dropdown-link-hover-color: #39015a;

$card-border-width: 0px;
$card-border-radius: 0px;
$card-title-color: #5D6089;

$nav-link-color: #5D6089;                 
$nav-link-hover-color: #39015a;
$nav-tabs-link-active-color: #5D6089; 
$nav-link-font-weight: 500;
$nav-link-font-size: 1rem;


// Include any default variable overrides here (though functions won't be available)

@import "../node_modules/bootstrap/scss/bootstrap";

// Then add additional custom code here