@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 147.2%;
  letter-spacing: 0.04em;
}
.btn.btn-echo {
  background-color: #720d1c;
  color: #fff;
}

.btn.btn-echo:hover {
  background-color: #bd1a33;
}

.btn.btn-echo:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #cd2a43;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background: #070707;
    color: #ffffff;
  font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 400; */
    font-style: normal;
}
  
.topbar {
  height: 3rem;
}

.topbar a {
  margin: 1rem 0rem 1rem 1rem;
  color: #e51039;
}
footer {
  margin-top: 5rem;
  border-top: 1px solid #222222;
  padding-top: 3rem;

  font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.08em;
    opacity: 0.6;
  }
  
  footer a {
    color: #9E9E9E !important;
    letter-spacing: 0.055em;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
img.brand-img {
    height: 10rem;
      /* margin-right: 1rem; */
    }
    
    .echo-box {
      background: #0f0f0f;
      border: 1px solid #303030;
      border-radius: 4px;
      box-sizing: content-box;
      padding: 2rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.upload-card .card-img-top {
  height: 200px;
  object-fit: scale-down;
  background: gray;
}