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

html{
    /* background-color: #fefefe; */
    background-color: #ffffff; 
    overflow-x: hidden;
    color: rgb(0, 0, 0);
}

body{
    overflow-x: hidden;
}
::-webkit-scrollbar{
    width: 7px;
}
::-webkit-scrollbar-thumb{
    background-color: #000000 !important;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #505050 !important;
}
::-webkit-scrollbar-track{
    background-color: #ffffff;
}

a{
    transition: 0.2s;
}

.adg-navbar {
    background-color: #ffffff;
    /* background-color: #e7ad4b; */
    color: #000000;
    /* padding: 10px; */
    text-decoration: none;
}
.adg-navbar a{
    color: #000000;
    text-decoration: none;
    transition: 0.2s;
}
.adg-navbar a:hover{
    color: #181818;
}

.main{
    font-family: 'Geist';
}

.geist{
    font-family: 'Geist';
}
@font-face{
    font-family: 'Geist';
    src: url('/static/fonts/Geist-VariableFont_wght.woff2');
   }

   .light{
    font-weight: 300;
   }
   .regular{
    font-weight: 400;
   }
   .bold{
    font-weight: 700;
   }
   .medium{
    font-weight: 500;
   }
    .semi-bold{
      font-weight: 600;
    }
    .extra-bold{
      font-weight: 800;
    }
    .extra-light{
      font-weight: 200;
    }

.footer{
    background-color: #231f20;
    color: white;
    padding: 10px;
    text-align: center;
    overflow-x: hidden;
    max-width: 100vw;
    white-space: nowrap;
    box-sizing: border-box;
}



.btn{ 
    display: inline-block;
    
}

h1, h2, h4 {
  font-family: "Geist", sans-serif;
}

@media screen and (min-width: 768px){
  .navbar-brand img{
    height: 20px;
  }
}


  .navbar-brand img{
    height: 45px;
  }
