:root {
  /* Ziegel — the brand red. --ziegel-600 (#8B2510) is the one verified brand value
     (theme-color meta tag on proviantomat.de). The rest of the ramp is derived. */
  --ziegel-50: #FCF1ED;
  --ziegel-100: #F7DCD3;
  --ziegel-200: #EDB7A6;
  --ziegel-300: #DE8A72;
  --ziegel-400: #C85B3C;
  --ziegel-500: #A8391C;
  --ziegel-600: #8B2510;
  --ziegel-700: #71200F;
  --ziegel-800: #551A0F;
  --ziegel-900: #3A140D;

  /* Sandstein — warm neutral ramp, keyed to Elbsandstein rock */
  --sand-0:   #FFFFFF;
  --sand-25:  #FDFAF6;
  --sand-50:  #F8F2E9;
  --sand-100: #F0E7DA;
  --sand-200: #E2D5C3;
  --sand-300: #CBBAA3;
  --sand-400: #AB967D;
  --sand-500: #857260;
  --sand-600: #64564A;
  --sand-700: #493F37;
  --sand-800: #322B26;
  --sand-900: #1F1A17;

  /* Wald — forest green, the "regional / nachhaltig" voice */
  --wald-50:  #EDF3EE;
  --wald-100: #D3E3D7;
  --wald-300: #85B191;
  --wald-500: #4A8158;
  --wald-600: #2F5D3A;
  --wald-800: #1D3A24;

  /* Honig — honey/amber, the warm highlight */
  --honig-50:  #FDF4E0;
  --honig-100: #FAE6BA;
  --honig-300: #F0C462;
  --honig-500: #E0A020;
  --honig-600: #B87D12;
  --honig-800: #7A520A;

  /* Elbe — river blue, used sparingly for informational states */
  --elbe-50:  #EAF1F5;
  --elbe-100: #CBDDE7;
  --elbe-300: #7FA8BC;
  --elbe-500: #4A7B93;
  --elbe-600: #35637A;
  --elbe-800: #21404F;
}
