/* ==========================================================
   STT Post Production - Typography Direct V60
   ========================================================== */

:root {
  --stt-v60-font:
    Inter,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

/*
 * Fallback only.
 * JS will write inline !important sizes directly.
 */
#drawer-overlay {
  font-family: var(--stt-v60-font) !important;
}

#drawer-overlay small {
  line-height: 1.4 !important;
}

#drawer-overlay .stt-v60-fixed-text {
  font-family: var(--stt-v60-font) !important;
}

#drawer-overlay .stt-v60-meta {
  letter-spacing: .02em !important;
  font-weight: 760 !important;
}

#drawer-overlay .stt-v60-reminder {
  line-height: 1.45 !important;
}

#drawer-overlay .stt-v60-chip {
  line-height: 1.2 !important;
  font-weight: 730 !important;
}