@import "tailwindcss";

@layer utilities {
    .bg-swiper {
        background-color: #582800;
    }
    .bg-brand {
        background-color: #E67817;
    }
    .bg-brand-transparent {
         background-color: rgba(232, 104, 0, 0.7);
    }
    .text-brand{
        color: #E67817;
    }
    .text-main{
        color: #242424;
    }
    .text-sec{
        color: #6e6e6e;
    }
    .border-brand{
        border-color: #E67817;
    }
    body {
        font-family: var(--font-poppins) !important;
    }
}