/*!
 * Copyright 2024 Adobe. All rights reserved.
 *
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at <http://www.apache.org/licenses/LICENSE-2.0>
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.spectrum-Slider {
	--spectrum-slider-track-color: var(--system-slider-track-color);
	--spectrum-slider-track-fill-color: var(--system-slider-track-fill-color);
	--spectrum-slider-ramp-track-color: var(--system-slider-ramp-track-color);
	--spectrum-slider-ramp-track-color-disabled: var(--system-slider-ramp-track-color-disabled);
	--spectrum-slider-handle-background-color: var(--system-slider-handle-background-color);
	--spectrum-slider-handle-background-color-disabled: var(--system-slider-handle-background-color-disabled);
	--spectrum-slider-ramp-handle-background-color: var(--system-slider-ramp-handle-background-color);
	--spectrum-slider-ticks-handle-background-color: var(--system-slider-ticks-handle-background-color);
	--spectrum-slider-handle-border-color: var(--system-slider-handle-border-color);
	--spectrum-slider-handle-disabled-background-color: var(--system-slider-handle-disabled-background-color);
	--spectrum-slider-tick-mark-color: var(--system-slider-tick-mark-color);
	--spectrum-slider-handle-border-color-hover: var(--system-slider-handle-border-color-hover);
	--spectrum-slider-handle-border-color-down: var(--system-slider-handle-border-color-down);
	--spectrum-slider-handle-border-color-key-focus: var(--system-slider-handle-border-color-key-focus);
	--spectrum-slider-handle-focus-ring-color-key-focus: var(--system-slider-handle-focus-ring-color-key-focus);
	--spectrum-slider-track-corner-radius: var(--system-slider-track-corner-radius);
	--spectrum-slider-handle-border-radius: var(--system-slider-handle-border-radius);
}
.spectrum-Slider.spectrum-Slider--sizeM {
	--spectrum-slider-handle-border-radius: var(--system-slider-size-m-handle-border-radius);
}
.spectrum-Slider.spectrum-Slider--sizeS {
	--spectrum-slider-handle-border-radius: var(--system-slider-size-s-handle-border-radius);
}
.spectrum-Slider.spectrum-Slider--sizeL {
	--spectrum-slider-handle-border-radius: var(--system-slider-size-l-handle-border-radius);
}
.spectrum-Slider.spectrum-Slider--sizeXL {
	--spectrum-slider-handle-border-radius: var(--system-slider-size-xl-handle-border-radius);
}
