
.fi-btn {
	@apply rounded-full !important;
	@apply px-6 py-3 !important;
}

.fi-btn-primary {
	@apply bg-primary-700 !important;
}

.fi-size-lg {
	@apply px-8 py-4 !important;

	@layer utilities {
		.fi-size-lg {
			@apply text-lg !important;
		}
	}
}

.fi-size-xl {
	@apply px-12 py-4 !important;

	@layer utilities {
		.fi-size-xl {
			@apply text-xl !important;
		}
	}
}




