@layer components {
    .card-heading {
        @apply text-custom-grey-900 text-8xl;
    }

    .card-team {
        @apply px-2 py-3;
    }

    .card .card-title.text-white {
        color: white;
    }
    .tw-card {
        @apply border border-custom-grey-200 rounded-md;
    }
    .tw-card-orange {
        @apply border-2 border-custom-orange-300 rounded-lg flex flex-col gap-3 p-4;
    }
}
