/* DRE Design System · Colors
   Source: CI Guideline v1.0 · 2026
   Prefix: --dre- */
:root {
  /* Accent */
  --dre-accent:        #e8542a;
  --dre-accent-hover:  #ff6b3d;
  --dre-accent-dim:    #b03d1c;
  --dre-accent-soft:   rgba(232,84,42,0.08);

  /* Surfaces */
  --dre-black:         #0a0a0a; /* DeepBlack · Kontrastblock */
  --dre-near-black:    #141414; /* dark cards, founder section */
  --dre-white:         #FAFAF8; /* WarmWhite · Grundfläche */
  --dre-white-alt:     #F2F0EC; /* section wechsel */
  --dre-card-light:    #FFFFFF;

  /* Ink — text on light */
  --dre-ink:           #0a0a0a;
  --dre-ink-soft:      #3a3a3a;
  --dre-ink-muted:     #6a6a6a;
  --dre-ink-light:     #9a9a9a;

  /* On dark */
  --dre-on-dark:       #f5f5f3;
  --dre-on-dark-muted: #a0a0a0;

  /* Lines / borders */
  --dre-line:          #E5E2DC;
  --dre-line-strong:   #C8C3BA;
  --dre-line-dark:     rgba(255,255,255,0.25);
}
