.btn{
    @apply h-[44px] px-6 md:px-8 inline-flex items-center max-w-full cursor-pointer font-roboto font-medium;
}

.btn-main{
    @apply bg-complement500 text-white rounded-[5px] font-aboreto text-size-small-heading;
}

.btn-primary{
    @apply bg-primary200 text-white rounded-md text-center;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
}

.btn-secondary{
    @apply bg-secondary text-black rounded-md text-center;
}

.btn-remove{
    @apply bg-red-500 text-white rounded-md text-center;
}