@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

body {
  font-family: "Roboto Flex", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
}

body {
  font-family: "Gotham", sans-serif;
}

ul {
  padding: 0px;
  margin: 0px;
}

ol,
ul,
dl {
  margin: 0 !important;
}

ol,
ul {
  padding-left: 0 !important;
}

.flt {
  float: left;
  width: 100%;
}

.filler {
  flex-grow: 1;
}

p {
  margin: 0px !important;
}

input:focus-visible {
  outline: none;
}
.modal-content {
  background-color: transparent !important;
  border: none !important;
}
