:root {
  --page-vpad: 16px;
  --text: #0f172a;
  --font-family: Roboto Condensed;
  --font-size: 14px;
  --h1-font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial;
  --h1-font-size: 28px;
  --h1-color: #0f172a;
  --h2-font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial;
  --h2-font-size: 18px;
  --h2-color: #64748b;
  --border-header-width: 1px;
  --border-header-color: #d1d5db;
  --border-empty-width: 1px;
  --border-empty-color: #d1d5db;
  --border-session-width: 1px;
  --border-session-color: #d1d5db;
  --bg-table: transparent;
  --bg-thead: transparent;
  --bg-timecol: transparent;
  --bg-empty: transparent;
  --bg-session-default: transparent;
  --session-text-color: #0b0b0b;
  --table-max-width: 1100px;
}
