/* Defining Theme Colors - these must match the custom.scss colors during design phase ********* */

$theme-colors: (
	"primary":   #4fb4b0,
	"secondary": #536878,
	"tertiary":  #e3780d
);

$enable-rounded: false;
$enable-responsive-font-sizes: true;
$theme-borders-width: 2px;
$fa-font-path: "/fbm-data/themes/default-theme/dependencies/font-aw/webfonts";
$fa-font-display: swap;

@import "custom";
@import "spacers-extended";
@import "../dependencies/bootstrap/scss/bootstrap.scss";
@import "../dependencies/font-aw/scss/fontawesome.scss";
@import "../dependencies/font-aw/scss/solid.scss";
@import "../dependencies/font-aw/scss/brands.scss";
@import "breadcrumbs";
@import "lists";
@import "borders";
@import "images";
@import "gallery";
@import "animation-engine-views";
@import "grid";
@import "width";
@import "text";
@import "navigation-large";
@import "navigation-small";
@import "fixynav";
@import "btns";
@import "carousel";
@import "services";
@import "footer";
@import "defaults";
@import "legacy";

h1, h2, h3, h4, h5, .display-4, .h1, .h2, .h3, .h4, .h5, .display-5, .display-6, .f-prime, #lg-nav-v2-1 .nav-lg #nav-v2-1-contents #nav-v2-1-links>.nav-v2-1-link {
  font-weight: bold !important;
}