
/* Font Changes */
body {
    font-family: 'Quicksand', sans-serif;
    color: #304d75;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

.navbar-fixed-top.navbar .menu-bar>.navbar-nav>li>a {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.navbar-fixed-top .navbar-brand {
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
}

.navbar-static-top .navbar-brand {
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
}

.page_section h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
}

.content-home .title {
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
}

.sidebar-home .panel-title {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

<!-- 
body *
{
  font-family: "Quicksand", sans-serif!important;
  font-optical-sizing: auto;
}

.fa, .fa-solid
{
  font-family: "Font Awesome 6 Free"!important;
}

.win-rating .win-star
{
    font-family: "Dyn CRM Symbol"!important;
} -->