.popins {
  font-family: 'Poppins', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.upper {
  text-transform: uppercase;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.dflex {
  display: flex;
}
.underline {
  text-decoration: underline;
}
.df {
  display: flex;
}
.dfw {
  display: flex;
  flex-wrap: wrap;
}
.cond {
  font-family: 'Roboto Condensed', sans-serif;
}
.rel {
  position: relative;
}
