/*
 * Preors Brand Color System
 * Extracted from Logo: /Users/hughzhao/Downloads/yjw_ai_dev/远见网logo/远见01.svg
 *
 * Logo Color Analysis (via SVG fill attributes):
 *   - fill="#343C44" — appears 10 times (dominant/base color)
 *   - fill="#FFBE3D" — appears 3 times (accent/highlight color)
 *   - fill="#EAF2F5" — appears 1 time (auxiliary light color)
 *
 * Brand Black:  #343C44 (Logo primary background / base)
 * Brand Gold:   #FFBE3D (Logo accent / primary highlight)
 * Gold Hover:   #E5A82E (10% darker for interactive states)
 */

:root {
  --preors-brand-black: #343C44;
  --preors-brand-gold: #FFBE3D;
  --preors-brand-gold-hover: #E5A82E;
  --preors-text-primary: #1f2933;
  --preors-text-muted: #6b7280;
  --preors-border-subtle: #e5e7eb;
}
