body {
  margin: 0;
  display: flex;
  background: #111;
  color: white;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-weight: 200;
}

sl-radio::part(base),
sl-radio::part(label) {
  font-family: "Inter", sans-serif !important;
  font-weight: 200 !important;
}

sl-switch::part(base),
sl-switch::part(label) {
  font-family: "Inter", sans-serif !important;
  font-weight: 200 !important;
}

h3,
p,
.sl-radio {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-weight: 200;
}

sl-range,
sl-color-picker,
sl-switch,
sl-radio-group,
sl-button,
sl-input,
#dynamic-controls {
  margin-bottom: 20px;
}
#palette-wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
}

.palette-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.palette-label {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
}

canvas {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

#controls {
  width: 240px;
  padding: 20px;
  background: #1a1a1a;
  height: 100vh;
  overflow-y: auto;
}

#container {
  flex: 1;
  position: relative;
  background: #000000;
  width: 100%;
  height: 100dvh;
}
#label,
#threejs {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}
#label {
  padding: 2rem;
  visibility: visible;
}
#threejs {
  padding: 0;
  visibility: hidden;
  pointer-events: none;
}

button {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  background-color: white;

  font-size: 14px;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-weight: 200;
}

button:hover {
  background-color: #000;
  color: #fff;
}
