.auth input,
.auth textarea,
.auth select,
.form input,
.form textarea,
.form select,
.compose input {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#app:focus {
  outline: none;
}

.brand {
  gap: 0;
  letter-spacing: .075em;
  line-height: 1;
}

.brand-mark {
  width: 17px;
  height: 22px;
  margin: 0 1px;
  overflow: visible;
  flex: 0 0 auto;
  fill: var(--rust);
}

.brand-mark > path {
  fill: var(--rust);
}

.pagehead .eyebrow {
  margin-bottom: 26px;
}

.btn:disabled {
  background: #d7d1c8;
  border-color: #d7d1c8;
  color: #6d746f;
  cursor: default;
}

.conversation-principle {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 3px solid #738d78;
  background: #f1f4ef;
  color: #53615a;
  font-size: 13px;
}

.admin-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:28px; }
.admin-grid > section > h2 { margin:0 0 16px; }
.admin-user { display:grid; grid-template-columns:180px 1fr; gap:22px; }
#toast {
  visibility: hidden;
  opacity: 0;
}

#toast.show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 760px) {
  .admin-grid,.admin-user { grid-template-columns:1fr; }
  .bar {
    height: auto;
    min-height: 64px;
    padding: 8px 12px;
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .brand {
    font-size: 18px;
    padding: 6px 0;
    gap: 2px;
    margin-inline: auto;
  }

  .brand-mark {
    width: 15px;
    height: 19px;
    margin: 0 1px;
  }

  .bar nav {
    width: 100%;
    justify-content: space-between;
    gap: 2px;
  }

  .navbtn {
    min-height: 44px;
    padding: 8px 6px;
    font-size: 13px;
  }

  .navlabel {
    display: inline;
  }
}

.account-grid { display:grid; gap:22px; max-width:760px; }
.account-grid h2 { font-size:30px; margin-bottom:8px; }
.danger-zone { border-color:#b85a46; }
.btn.danger { background:#8f2f22; border-color:#8f2f22; }
.btn.danger:hover { background:#6f2118; }
