/* Tailwind style classes */
.flex-col {
  display: flex;
  flex-direction: column;
}

.text {
  color: var(--col7)
}
