:root {
  /* Puzzle */
  --theme-puzzle-accent-color: #e0356b;
  --theme-puzzle-header-text-color: #ffffff;

  /* String */
  --theme-string-font-family: "Playwrite", cursive;
  --theme-string-font-size: 18px;
  --theme-string-font-weight: 400;
  --theme-string-text-color: #ffffff;
  --theme-string-accent-color: #e0356b;
  --theme-string-reset-color: #ffffff;
  --theme-string-padding-x: 20px;
  --theme-string-padding-y: 20px;
  --theme-string-border-radius: 4px;

  /* Image */
  --theme-image-accent-color: #e0356b;
  --theme-image-accent-hover: #e42e50;
  --theme-image-text-color: #ffffff;

  /* Colors */
  --theme-colors-accent-color: #e0356b;
  --theme-colors-accent-hover: #e42e50;
  --theme-colors-text-color: #ffffff;

  /* Rotate */
  --theme-rotate-accent-color: #e0356b;
  --theme-rotate-accent-hover: #e42e50;
  --theme-rotate-panel-color: #f7f7f7;
  --theme-rotate-text-color: #131313;

  /* Icons */
  --theme-icons-accent-color: #8b6fe8;
  --theme-icons-accent-hover: #4c1ceb;
  --theme-icons-text-color: #ffffff;

  /* Math */
  --theme-math-accent-color: #e0356b;
  --theme-math-accent-hover: #e42e50;
  --theme-math-panel-color: #f7f7f7;
  --theme-math-text-color: #131313;

  /* Response Popup */
  --theme-popup-accent-color: #e0356b;
  --theme-popup-text-color: #ffffff;
}

/* Disabled Submit */
button:disabled,
button:hover:disabled,
button:disabled::before,
button:disabled::after {
  pointer-events: none !important;
  user-select: none;
}

.d-none {
  display: none !important;
}
