:root {
  /* Light theme defaults (daytime) */
  --bg-main: #ffffff;
  --bg-card: #ffffff;
  --bg-header: #ffffff;
  --accent-cyan: #00c2d2;
  --accent-blue: #1e5087;
  --accent-glow: rgba(0, 194, 210, 0.15);
  --text-main: #111827;
  --text-muted: #4b5563;

  /* Legacy aliases */
  --color-blue: #1e5087;
  --color-dark-blue: #0a2463;
  --color-teal: #00c2d2;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #666666;
  --color-light-gray: #f5f5f5;

  /* Типографика */
  --font-family: 'Arial', system-ui, sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.6;

  /* Отступы */
  --space-xs: 8px;
  --space-s: 16px;
  --space-m: 24px;
  --space-l: 40px;
  --space-xl: 60px;

  /* Радиусы */
  --radius-s: 8px;
  --radius-m: 12px;
  --radius-l: 20px;
}
