/* @tailwind base;
@tailwind components;
@tailwind utilities; */

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body
{
    font-family: "Poppins", sans-serif;
}

input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
         -webkit-appearance: none;
      }

a
{
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-fraunces), serif;
}

/* Loader */
.loader_main_div
{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}