@tailwind base;
@tailwind components;
@tailwind utilities;



form {
    background-color: #efefef;
}

nav.navbar {
    border-bottom: 1px solid #c38365 !important;
}

footer {
    /* background-color: $bs-secondary-bg; */
    border-top: 3px solid #c38365 !important;
    /* background-color: #ffffff; */
    text-align: left; 
}

