/**
 * Shared Planka theme tokens — edited via /custom/theme.html
 * Loaded for all users. Change values here (or regenerate from the editor).
 */
:root {
  --pt-bg: #f3f4f6;
  --pt-surface: #ffffff;
  --pt-surface-hover: #f2f2f2;
  --pt-surface-muted: #fafafa;
  --pt-text: #111827;
  --pt-text-secondary: #1f2937;
  --pt-text-muted: #6b7280;
  --pt-text-on-accent: #ffffff;
  --pt-border: #e5e7eb;
  --pt-border-strong: #d1d5db;
  --pt-button-bg: #ffffff;
  --pt-button-hover: #e5e7eb;
  --pt-button-text: #111827;
  --pt-button-primary-bg: #2563eb;
  --pt-button-primary-hover: #1d4ed8;
  --pt-button-primary-text: #ffffff;
  --pt-card-cover: #ffffff;
  --pt-card-icon: #374151;
  --pt-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --pt-font-size: 14px;
  --pt-radius: 8px;
}
