@font-face {
  font-family: "Urbanist";
  src: url("static/Urbanist-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Urbanist";
  src: url("static/Urbanist-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Urbanist";
  src: url("static/Urbanist-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Urbanist";
  src: url("static/Urbanist-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Urbanist";
  src: url("static/Urbanist-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Urbanist";
  src: url("static/Urbanist-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Urbanist";
  src: url("static/Urbanist-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Urbanist";
  src: url("static/Urbanist-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Urbanist";
  src: url("static/Urbanist-Black.ttf");
  font-weight: 900;
}

@font-face {
  font-family: "Causten";
  src: url("static/Causten-Thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Causten";
  src: url("static/Causten-ExtraLight.otf");
  font-weight: 200;
}
@font-face {
  font-family: "Causten";
  src: url("static/Causten-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Causten";
  src: url("static/Causten-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Causten";
  src: url("static/Causten-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Causten";
  src: url("static/Causten-SemiBold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Causten";
  src: url("static/Causten-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Causten";
  src: url("static/Causten-ExtraBold.otf");
  font-weight: 800;
}
@font-face {
  font-family: "Causten";
  src: url("static/Causten-Black.otf");
  font-weight: 900;
}
