@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 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.social-btns a:nth-child(1) svg {
  width: 30px;
  height: 30px;
}

.social-btns a:nth-child(2) svg {
  width: 24px;
  height: 24px;
}

.social-btns a:nth-child(3) svg {
  width: 30px;
  height: 30px;
}

.social-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  text-decoration: none;
}

.social-btns svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.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;
}
