/* :root { */
/*   --bs-primary: #FDBECC; */
/*   --bs-secondary: #FB5D7F; */
/* } */

/* /\* Swap default and tertiary background colors for the light theme. *\/ */
/* [data-bs-theme="light"] .bg-body { */
/*   background-color: var(--bs-tertiary-bg) !important; */
/* } */

/* [data-bs-theme="light"] .bg-body-tertiary { */
/*   background-color: var(--bs-body-bg) !important; */
/* } */


/* attempt disable double tap on ios */
button {
	touch-action: manipulation;
}


/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s;
}
