@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/inter-latin-wght-normal-C2S99t-D.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/inter-latin-ext-wght-normal-CFHvXkgd.woff2") format("woff2-variations");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/inter-latin-wght-italic-C02_OjKP.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/inter-latin-ext-wght-italic-Smrovaql.woff2") format("woff2-variations");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --app-font-family: "Inter Variable", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --coursology-quiz-bar-bg: #435aa9;
}

[data-theme="dark"] {
  --coursology-quiz-bar-bg: #3f55a1;
}

[data-theme="warm"] {
  --coursology-quiz-bar-bg: #53609d;
}

html,
body,
#root,
.app,
button,
input,
textarea,
select {
  font-family: var(--app-font-family) !important;
  letter-spacing: 0 !important;
}

.medical-test-interface,
.medical-test-interface *,
.medical-library-drawer-overlay,
.medical-library-drawer-overlay *,
.calculator-modal,
.calculator-modal *,
.notes-modal,
.notes-modal *,
.settings-modal,
.settings-modal * {
  font-family: var(--app-font-family) !important;
  letter-spacing: 0 !important;
}

#question-stem-container,
.question-pane,
.medical-options,
.option-content,
.option-text,
.explanation-main-text,
.choices-breakdown,
.key-connects-section,
.references-section,
.answer-content-body {
  font-family: var(--app-font-family) !important;
}

.medical-header,
.medical-footer {
  background: var(--coursology-quiz-bar-bg) !important;
  color: #fff !important;
  border-color: color-mix(in srgb, var(--coursology-quiz-bar-bg), #000 12%) !important;
}

.medical-header .header-top,
.medical-footer {
  min-height: 74px;
}

.medical-header .icon-btn,
.medical-header .mark-btn,
.medical-header .action-item,
.medical-header .settings-trigger-btn,
.medical-header .next-question-nav-btn,
.medical-header .prev-question-nav-btn,
.medical-footer .footer-action-item,
.medical-footer .footer-action-item-res,
.medical-footer .suspend-test-btn,
.medical-footer .submit-test-btn,
.medical-footer .lock-test-btn {
  color: #fff !important;
}

.medical-header .icon-btn svg,
.medical-header .mark-btn svg,
.medical-header .action-item svg,
.medical-header .action-item .iconify,
.medical-header .settings-trigger-btn svg,
.medical-header .settings-trigger-btn .iconify,
.medical-header .next-question-nav-btn svg,
.medical-header .next-question-nav-btn .iconify,
.medical-header .prev-question-nav-btn svg,
.medical-header .prev-question-nav-btn .iconify,
.medical-footer .footer-action-item svg,
.medical-footer .footer-action-item .iconify,
.medical-footer .footer-action-item-res svg,
.medical-footer .footer-action-item-res .iconify {
  color: #fff !important;
  fill: currentColor;
  stroke: currentColor;
}

.medical-header .item-count,
.medical-header .question-id,
.medical-header .mark-btn span,
.medical-header .action-item span,
.medical-header .next-question-nav-btn span,
.medical-header .prev-question-nav-btn span,
.medical-footer .footer-stat,
.medical-footer .footer-action-item span {
  color: #fff !important;
  font-family: var(--app-font-family) !important;
  font-weight: 700;
}

.medical-header .question-id,
.medical-header .action-item span,
.medical-footer .footer-action-item span {
  font-weight: 600;
}

.medical-header .action-item,
.medical-footer .footer-action-item {
  opacity: 1 !important;
}

