body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
p {
  margin-bottom: 0;
}
a {
  text-decoration: unset;
}
a:hover{
  color: white;
}
.text-white {
  color: #ffff;
}
.text-black {
  color: black;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-capitalize {
  text-transform: capitalize;
}
h1 {
  margin: 0 !important;
  line-height: 1;
}
span{
	font-family: 'Josefin Sans';
}