@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body,
.form_table,
.q,
.q .question,
.q .segment_header h1,
.q .text_field,
.q .file_upload,
.q .drop_down,
.outside_container .submit_button,
.ui-widget,
input,
select,
textarea,
label {
  font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
