@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/RobotoMono-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/RobotoMono-ExtraLight.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/RobotoMono-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/RobotoMono-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/RobotoMono-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/RobotoMono-SemiBold.ttf");
  font-weight: 600;
}
* {
  font-family: "roboto-mono";
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html,
body {
  font-family: "roboto-mono";
  color: #101010;
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  overflow-x: hidden;
}

strong {
  font-weight: 700;
}
.content {
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
}

div.react-grid-item.react-grid-placeholder {
  background-color: rgba(16, 16, 16, 0.2);
  border: 1px solid rgba(16, 16, 16, 0.5);
  border-radius: 20px;
}

.ant-modal-content {
  background-color: transparent !important;
  backdrop-filter: blur(3px);
}
.ant-modal-header {
  background-color: transparent !important;
}
