
/* color */
.bg-primary {
	background-color: #e16a00;
}
.bg-primary-hover:hover {
	background-color: #f89d4d;
}
.bg-primary:disabled {
	background-color: #fed6b4;
	cursor: default;
}
.bg-normal {
	background-color: #f89d4d;
}

.focus-visible-primary:focus-visible {
  outline-color: #f89d4d;
}
.border-primary {
  border-color: #f89d4d;
}
.focus-input-ring:focus {
  --tw-ring-color: #f89d4d;
}
.text-primary {
	color: #f89d4d;
}
.text-accent {
	color: #f89d4d;
}

