@import url("../fonts/OpenSans/stylesheet.css");
@import url("../fonts/OpenSansCondensed/stylesheet.css");
html body {
  font-family: "Open Sans";
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .osc {
  font-family: "Open Sans Condensed";
}

/* Tailadmin-style buttons for profile verification */
.btn-tail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  transition: background-color 0.2s;
}

.btn-tail-brand {
  background-color: #3b82f6;
  color: white;
}
.btn-tail-brand:hover {
  background-color: #2563eb;
}

.btn-tail-success {
  background-color: #10b981;
  color: white;
}
.btn-tail-success:hover {
  background-color: #059669;
}

.btn-tail-danger {
  background-color: #ef4444;
  color: white;
}
.btn-tail-danger:hover {
  background-color: #dc2626;
}

/* SVG icons in buttons */
.btn-tail svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

/*# sourceMappingURL=darm.css.map */
