/*
  THEME: Default (Blue / Dark professional)
  ------------------------------------------
  This file defines only color variables (design tokens).
  To switch the whole site's theme, replace the <link> to this
  file with a link to theme-plantanapp.css in every HTML page's <head>.
  Nothing else needs to change — global.css and the per-page CSS
  files all read colors from these variables.
*/

:root {
  /* Base surfaces */
  --color-bg: #f6f8fb;
  --color-surface: #ffffff;
  --color-surface-alt: #eef2f8;

  /* Text */
  --color-text: #101828;
  --color-text-muted: #5b6472;
  --color-text-on-dark: #f2f5fa;
  --color-text-on-dark-muted: #aab4c5;

  /* Brand */
  --color-primary: #1d4ed8;
  --color-primary-dark: #0b1e4d;
  --color-primary-darker: #060f28;
  --color-accent: #22d3ee;

  /* Lines / shadows */
  --color-border: #e2e8f0;
  --shadow-soft: 0 10px 30px -12px rgba(11, 30, 77, 0.25);
}
