/* Custom Utilities and Animations */

/* 3D Perspective and Rotations for the Date Envelope Flap */
.perspective-1000 {
  perspective: 1000px;
}

.rotate-x-180 {
  transform: rotateX(180deg);
}

.rotate-x-0 {
  transform: rotateX(0deg);
}
