@import "tailwindcss";

.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}



.text-gray{
    color: #818181;
}
.fa-heart{
    cursor: pointer;
}
.call-btn:hover{
    background-color: #1f1e1e;
    transition: 0.5s;
}
.copy-btn:hover{
    background-color: #1f1e1e;
    transition: 0.5s;
    color: white;
}
#clear-btn:hover{
    background-color: #1f1e1e;
    transition: 0.5s;
}
.cpy-count:hover{
    background-color: #1f1e1e;
    transition: 0.5s;
}