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

@font-face {
  font-family: "dash";
  src: url("/fonts/dashicons.ttf") format("truetype");
}

* {
  padding: 0%;
  margin: 0%;
}

body {
  font-family: "dash", Arial, Helvetica, sans-serif;
  /* background-color: ; */
}
/* 
h1{
  font-weight: 800;
} */

.btn {
  border: 5px solid #000;
  padding: 5px 15px;
  font-weight: bold;
}

.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #111;
  color: #fff;
  border-radius: 50px;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.whatsapp-float:hover {
  background-color: #000;
  color: #fff;
}

a.whatsapp-float {
  text-decoration: none;
}
