/*
 * UV Print theme — purple ink / flatbed palette.
 */
@import url("_base.css");

:root {
  --tool-accent:        #7B3FE4;
  --tool-accent-hover:  #4A148C;
  --tool-accent-light:  #EDE7F6;
  --tool-on-accent:     #FFFFFF;

  --tool-panel-bg:      #F9F7FF;
  --tool-panel-border:  #E0D4F7;

  --tool-name:          "UV Print";
}
