/* Global font override for the whole website */
html,
body,
button,
input,
optgroup,
select,
textarea,
label,
a,
p,
small,
strong,
li,
td,
th,
span,
h1,
h2,
h3,
h4,
h5,
h6,
.nav,
.nav-link,
.dropdown-item,
.btn,
.form-control,
.form-select,
.card,
.table,
.badge,
.alert,
.modal,
.tooltip,
.popover {
  font-family: Helvetica, Arial, sans-serif !important;
}

p {
  font-size: 16px !important;
}

a {
  font-size: 16px !important;
}

h1,
.h1 {
  font-weight: 400 !important;
}

h2,
.h2 {
  font-weight: 400 !important;
}

/* Public pages typography overrides */
:is(.sj-page, .sjh-page, .sja-page, .sjiw-page, .spp-page, .sfg-page, .sfcc-page, .stc-page) h3 {
  font-weight: 100 !important;
}

.sjh-nav a,
.sj-nav a {
  font-weight: 400 !important;
}

/* Choices.js controls (Industry Expertise, Software Proficiency, Languages Known) */
.choices,
.choices *,
.choices__inner,
.choices__input,
.choices__item,
.choices__list,
.choices__list--multiple .choices__item,
.choices__list--single .choices__item,
.choices__placeholder {
  font-family: Helvetica, Arial, sans-serif !important;
}
