@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
  --textColor: #090909;
  --primaryColor: #cf8bc3;
}

    .gradient-border {
      border: 2px solid;
      border-radius: 18px;
      border-color: #684815;
    }


/* moble view */
@media only screen and (max-width: 768px) {
    .about-section{
        padding: 1rem 2rem 0 2rem !important ;
    }
    .about-section h1{
        font-size: 65px !important;  
        line-height: 80px !important;
    }
}