/* Source Sans 3 Font Override */
body, 
html,
* {
  font-family: 'Source Sans 3', sans-serif !important;
}

/* Specific font weights */
.fw-light { font-weight: 300 !important; }
.fw-normal { font-weight: 400 !important; }
.fw-medium { font-weight: 500 !important; }
.fw-semibold { font-weight: 600 !important; }
.fw-bold { font-weight: 700 !important; }