@import url("https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@900&amp;display=swap");

* {
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #f1f1f1 !important;
}

.text-primary {
  color: var(--text-primary) !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.text-black {
  color: var(--black) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-primary-alt {
  color: var(--primary) !important;
}

.m-main {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.text-section {
  position: absolute;
}

.social-btns {
  min-width: 100%;
}

.fixed-sticky {
  margin-top: -50px !important;
  width: 800px;
  height: 2000px;
}

.column-right {
  border: 1px solid #f1f1f1;
  width: 250px;
  height: 800px;
  position: sticky;
  top: 20px;
}

.align-middle {
  vertical-align: middle !important;
}