@font-face {
  font-family: "poppins400";
  src: url("../fonts/poppins/PoppinsLight.eot") format("eot"),
    url("../fonts/poppins/PoppinsLight.svg") format("svg"),
    url("../fonts/poppins/PoppinsLight.ttf") format("ttf"),
    url("../fonts/poppins/PoppinsLight.woff") format("woff"),
    url("../fonts/poppins/PoppinsLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppins600";
  src: url("../fonts/poppins/PoppinsSemiBold.eot") format("eot"),
    url("../fonts/poppins/PoppinsSemiBold.svg") format("svg"),
    url("../fonts/poppins/PoppinsSemiBold.ttf") format("ttf"),
    url("../fonts/poppins/PoppinsSemiBold.woff") format("woff"),
    url("../fonts/poppins/PoppinsSemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  flex: 1;
}
