body {
  font-family: "acumin-variable", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display {
  font-family: "ccsignlanguage", acumin-variable, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: 400;
}

button {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

input[type=range] {
  accent-color: #4242db;
}

.scroll-x-thin {
  scrollbar-width: thin;
}
.scroll-x-thin::-webkit-scrollbar {
  height: 6px;
}
.scroll-x-thin::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}

.color-trigger {
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 4px 8px;
  background: #fff;
  border: 2px solid #d4d4d4;
  cursor: pointer;
  outline: none;
}
.color-trigger[data-hovered] {
  border-color: #171717;
}
.color-trigger[data-focus-visible] {
  outline: 2px solid #4242db;
  outline-offset: 2px;
}

.color-trigger-swatch {
  border-radius: 6px;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.color-trigger-value {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #525252;
}

.color-popover {
  z-index: 60;
}

.color-dialog {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 224px;
  padding: 12px;
  background: #fff;
  border: 2px solid #171717;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  outline: none;
}

.color-area {
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  height: 140px;
  flex-shrink: 0;
}

.color-hue {
  width: 200px;
}

.color-hue-track {
  border-radius: 999px;
  overflow: hidden;
  height: 20px;
}

.color-thumb {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%);
}
.color-thumb[data-focus-visible] {
  width: 20px;
  height: 20px;
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.color-swatch {
  border-radius: 8px;
  width: 26px;
  height: 26px;
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  outline: none;
}
.color-swatch[data-hovered] {
  border-color: #a3a3a3;
}
.color-swatch[data-selected] {
  border-color: #4242db;
}
.color-swatch[data-focus-visible] {
  outline: 2px solid #4242db;
  outline-offset: 2px;
}

.color-swatch-fill {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.color-swatch-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.color-swatch-label {
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #737373;
}

.color-field {
  display: flex;
}

.color-input {
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 12px;
  font-family: inherit;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid #d4d4d4;
  outline: none;
}
.color-input:focus {
  border-color: #171717;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.rac-slider {
  display: grid;
  gap: 2px;
}

.rac-slider-label {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #737373;
}

.rac-slider-track {
  position: relative;
  width: 100%;
  height: 18px;
  cursor: pointer;
}
.rac-slider-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #e5e5e5;
}
.rac-slider-track[data-disabled] {
  cursor: default;
  opacity: 0.4;
}

.rac-slider-fill {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #4242db;
  pointer-events: none;
}

.rac-slider-thumb {
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4242db;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}
.rac-slider-thumb[data-dragging] {
  background: #4338ca;
}
.rac-slider-thumb[data-focus-visible] {
  outline: 2px solid #4242db;
  outline-offset: 2px;
}

/*# sourceMappingURL=styles.css.map */
