@import "tailwindcss";


@theme { 
    --font-display: "Roboto", "sans-serif"; 
    --font-inter: "Inter", "sans-serif"; 
}

.secondary-button {
    @apply flex items-center border-[1.5px] border-[#BF1724] text-[#BF1724] px-4 py-2 rounded font-display w-27 h-12 mr-25 justify-center;
}
