/* Custom typography */
/* test-20260331 */
.t-eyebrow {
    font-weight: 400;
}

.t-h1 {
    font-weight: 400;
}

.t-lg {
    font-size: 1rem;
    font-weight: 400;
}

/* Vue transitions */
.v-enter-active {
  transition: opacity 1s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0.5;
}
