@font-face {
  font-family: "Uber Move";
  src: url("../fonts/UberMove-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Uber Move";
  src: url("../fonts/UberMove-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Uber Move";
  src: url("../fonts/UberMove-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Uber Move";
  src: url("../fonts/UberMove-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans.thin.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans.light.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans.extralight.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans.semibold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans.bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans.extrabold.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans.black.ttf") format("truetype");
  font-weight: 900;
}

.body {
  background: #fff5eb;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Work Sans";
}

.italics {
  font-style: italic;
}
