/* ─── DATATRACK Finance – Global Styles ──────── */

/* Farbpalette & Font */
:root {
  --white:    #ffffff;
  --off:      #f7f7f5;
  --soft:     #f0f0ee;
  --line:     #e8e8e5;
  --line2:    #d0d0cc;
  --dim:      #6b6b67;
  --body:     #1a1a18;
  --black:    #0b0b09;
  --green:    #00CE3B;
  --green-l:  #e0fbe6;
  --green-d:  #008724;
  --red:      #d32f2f;
  --red-l:    #fdecea;
  --radius:   2px;
  --font:     'area-normal', 'Montserrat', sans-serif;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);
  --shadow-md: 0 2px 8px rgba(0,0,0,.06), 0 12px 32px rgba(0,0,0,.08);
}
