@import "tailwindcss";
@plugin "@tailwindcss/typography";
@source "../views";
@source "../../content";

@font-face {
  font-family: 'careem';
  src: url('/storage/fonts/careem.otf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

*{
  font-family: 'careem', sans-serif;
}
body{

    background-color: #fff;
}

.header-link{
    color: #176CCB;
}
.header-link:active{
    color: #C99C05;
}
.header-img{
    width: 217.47px;
    height: 62.26px;
}
.header-img img{
    width: 100%;
    height: 100%;
}


.hover:text-green-300:hover {
  color: #80B241; /* Green hover color */
}
.h-10 {
  height: 2.5rem; /* Adjust logo height */
}

.bg-green-400{
    background-color: #80B241 !important;
}
