html {
  font-size: 16px;
}

body {
    font: 400 1rem / 1.5rem "FixelText", Helvetica, sans-serif;
}

.horizontal {
  aspect-ratio: 16 / 9;
}

.square {
  aspect-ratio: 1 / 1;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.fw-bold {
  font-weight: bold;
}

.abs-l0-b0 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.abs-r0-t0 {
  position: absolute;
  right: 0;
  top: 0;
}

.pos-rel {
  position: relative;
  /* max-width: 1280px;
  margin: 0 auto; */
}

.d-flex {
  display: flex;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ms-1 {
  margin-left: 1rem;
}

.ms-2 {
  margin-left: 2rem;
}

.ms-3 {
  margin-left: 3rem;
}

.ms-4 {
  margin-left: 4rem;
}

.ms-5 {
  margin-left: 5rem;
}

.me-1 {
  margin-right: 1rem;
}

.me-2 {
  margin-right: 2rem;
}

.me-3 {
  margin-right: 3rem;
}

.me-4 {
  margin-right: 4rem;
}

.me-5 {
  margin-right: 5rem;
}

.mt-1875 {
  margin-top: 1.875rem;
}

.mb-1875 {
  margin-bottom: 1.875rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.pe-1 {
  padding-right: 1rem;
}

.flex-wrap-w {
  flex-wrap: wrap;
}

.flex-dir-col {
  flex-direction: column;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.w-100 {
  width: 100%;
}

.text-end {
  text-align: end;
}
