@import url('/assets/css/vendor/tailwind-2.2.19.min.css');

/* Shared panel baseline in app-style local CSS architecture */
html, body {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* Compatibility for arbitrary-value classes used in markup */
.h-\[70px\] {
  height: 70px;
}

.top-\[70px\] {
  top: 70px;
}

.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}

/* Compatibility for slash-opacity utility style tokens */
.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-purple-300\/20 {
  background-color: rgba(196, 181, 253, 0.2);
}

.bg-pink-300\/10 {
  background-color: rgba(249, 168, 212, 0.1);
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}
