:root {
  /* Fonts */
  --font-family: system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
  --font-size: 16px;
  --font-size-small: 10pt;
  --font-size-meta: 9pt;
  /* Layout */
  --max-width: 800px;
  --content-width: 85%;
  --input-width: 400px;
  --border-radius: 6px;
  --spacing: 5px;
  --panel-max-width: 1200px;
  --responsive-breakpoint: 768px;
  --comment-indent: 20px;
  --tile-size-inline: 16px;
  --tile-size-profile: 32px;
  --tile-size-settings: 64px;
  /* Backgrounds */
  --background: #ffffff;
  --background-alt: #f5f5f5;
  --content-background: #f6f6ef;
  /* Text */
  --text: #1a1a1a;
  --text-muted: #666666;
  /* Links */
  --link: #0066cc;
  --link-hover: #004499;
  --link-visited: #828282;
  /* Header/Footer */
  --header-background: #1a1a1a;
  --header-text: #ffffff;
  --footer-background: #f5f5f5;
  --footer-text: #666666;
  /* Posts */
  --title-color: #1a1fff;
  --title-visited: #666666;
  --meta-color: #888888;
  /* Voting */
  --vote-default: #888888;
  --vote-active: #ff6600;
  /* Badges */
  --pinned-color: #ff6600;
  --pinned-text: #ffffff;
  /* Buttons */
  --button-background: #0066cc;
  --button-text: #ffffff;
  --button-hover: #004499;
  /* Misc */
  --border-color: #e0e0e0;
  --code-background: #f5f5f5;
  --code-text: #333333;
  --error-color: #ff0000;
  /* Status */
  --danger-color: #dc3545;
  --danger-hover: #c82333;
  --success-color: #28a745;
  --success-hover: #218838;
  --warning-color: #ffc107;
  /* Sidebar */
  --sidebar-width: 20%;
  --sidebar-background: #f5f5f5;
  --sidebar-border-color: #e0e0e0;
  --sidebar-padding: 10px;
  --sidebar-font-size: 9pt;
  --sidebar-text-color: #000000;
  --sidebar-link-color: #000000;
}