body {
  color: var(--text-default);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--text-strong);
  letter-spacing: -0.01em;
}

label,
strong,
b {
  font-weight: 600;
  color: var(--text-strong);
}

p,
li,
td,
input,
select,
textarea,
button {
  color: var(--text-default);
}

.page h2 {
  font-size: 28px;
  font-weight: 750;
  line-height: 1.15;
}

.workspace-focus-title {
  font-size: 32px;
  font-weight: 780;
}

.workspace-section-title {
  font-size: 22px;
  font-weight: 720;
}

th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  font-weight: 700;
}

.workspace-focus-period,
.workspace-constraint-meta,
.workspace-temporal-school-meta,
.workspace-timeline-empty,
.workspace-card-meta-label,
.school-card-last-updated {
  color: var(--text-muted);
  font-size: 12.5px;
}

.workspace-constraint-meta,
.workspace-temporal-school-meta,
.workspace-timeline-empty {
  color: var(--text-muted);
}

/* Temporal control readability hierarchy */
.workspace-focus-header h2,
.workspace-school-panel-header h3 {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.workspace-temporal-toolbar-meta,
.workspace-day-toggle,
.workspace-temporal-day-toggle {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-default);
  letter-spacing: 0.01em;
}

.workspace-temporal-toolbar select,
.workspace-temporal-toolbar input,
.workspace-temporal-toolbar .btn {
  font-size: 0.85rem;
}
