/*
 * CNC Relief theme — warm-wood / birch-bark palette.
 */
@import url("_base.css");

:root {
  --tool-accent:        #8B6B4A;       /* aged walnut */
  --tool-accent-hover:  #6A4F35;
  --tool-accent-light:  #B8946C;
  --tool-on-accent:     #FFFFFF;

  --tool-header-bg:     linear-gradient(180deg, #3B3B3B 0%, #4A4744 60%, #524E4A 100%);
  --tool-header-fg:     #F0EBE4;
  --tool-header-sub:    #C4B9A8;
  --tool-header-band:   linear-gradient(90deg, #A89B8C, #C4B9A8, #D1C7B8, #C4B9A8, #A89B8C);

  --tool-panel-bg:      #F4F1EC;
  --tool-panel-border:  #D4C5A9;

  --tool-name:          "CNC Relief";
}
