/* Dropdown label (top text) */
.input-wrapper--select label {
  font-family: 'SweetSansPro-Bold', sans-serif !important;
  font-size: 16px !important;
  color: #4b4b4b !important;
  letter-spacing: 0.5px !important;
}

/* Dropdown selected value + placeholder */
.ss-main .ss-single-selected span,
.ss-main .placeholder {
  font-family: 'SweetSansPro', sans-serif !important;
  font-size: 18px !important;
  /* color: #4b4b4b !important; */
  line-height: 22px !important;
}

/* Dropdown option items */
.ss-main .ss-option {
  font-family: 'UNTITLEDSANS-LIGHT', serif !important;
  font-size: 20px !important;
  color: #4b4b4b !important;
  line-height: 22px !important;
}

/* Target dropdown option items */
.timeline-select .css-10wo9uf-option,
.timeline-select .css-d7l1ni-option,
.timeline-select .css-1n7v3ny-option {
  font-family: 'UNTITLEDSANS-LIGHT', serif !important;
  
}

/* Also affect selected option inside the menu */
.timeline-select .css-1n7v3ny-option--is-selected,
.timeline-select .css-10wo9uf-option--is-selected {
  font-family: 'UNTITLEDSANS-LIGHT', serif !important;
  
}

/* And hovered option */
.timeline-select .css-10wo9uf-option--is-focused,
.timeline-select .css-d7l1ni-option--is-focused {
  font-family: 'UNTITLEDSANS-LIGHT', serif !important;
}

