:root {

  --bg: #fffef5;

  --primary: #fd86ea;
  --secondary: #fffef5;
  --accent: #fdc1f0;

  /* --border: #ff008d; */
  --border: #000000;
  --border-size: 1px;

  --button: #ff9bed;
  --button-border: #000000;
  --button-border-size: 1px;
  --button-hover: #ffb3f7;
  --button-active: #e673cc;
  --button-disabled: #cccccc;

  --text: #000000;
  --text-alt: #ffffff;
  --text-special: #fd86ea;

  --shadow: rgba(0, 0, 0, 0.75);
}
