@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

body {
  letter-spacing: -0.025em;
  background: rgb(131, 98, 112);
  background: linear-gradient(
    278deg,
    rgba(131, 98, 112, 1) 0%,
    rgba(97, 125, 158, 1) 100%
  );
  color: white!important;
}
 
:root {
  --pastel-blue: #91c0ff;
  --pastel-green: #92edb3;
  --pastel-orange: #fa927a;
  --pastel-yellow: #ffc087;
  --pastel-red: #ff7171;
  --pastel-blue-dark: #7ba2d5;
  --pastel-green-dark: #79c092;
  --pastel-orange-dark: #d17a67;
  --pastel-yellow-dark: #c9976b;
  --pastel-red-dark: #be5454;
}

a:hover {
  text-decoration: underline;
  color: var(--pastel-blue-dark);
}

a {
  text-decoration: none;
  color: var(--pastel-blue);
}

a.btn {
  text-decoration: none;
}

hr {
  border-top: solid 2px;
  opacity: 0.5 !important;
}

.card.donda {
  --bs-card-border-color: rgb(0 0 0 / 6%);
  background-color: rgba(0, 0, 0, 0.1) !important;
  max-width: 40.5rem;
}

.card {
	color: white!important;
}