body {
  background: #f7f6f2;
  font-family: 'Roboto', Arial, sans-serif;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.btn-warning {
  background: linear-gradient(90deg,#ffd36e,#b6801d 80%);
  color: #191717;
  font-weight: bold;
  border: none;
}
.btn-warning:hover { background:#b6801d; color:#fff; }
.fw-bold { font-weight: 600; }
.text-brand { color: #b6801d; }
.shadow-soft { box-shadow: 0 2px 20px #eee6b0; }
.card { border-radius: 18px; }
input, textarea { border-radius: 8px !important; }
.topbar-bar {
  background: linear-gradient(90deg,#fffbe7 65%,#ffe49a);
  border-bottom:1.5px solid #eed97c;
}
.topbar-bar .fa {
  color: #7b5000;
}
.topbar-bar .fw-bold {
  color: #b6801d;
  font-size: 16px;
}
.topbar-social a {
  color: #b6801d;
  font-size: 19px;
  margin-left: 8px;
  transition: color .17s, background .17s;
}
.topbar-social a:hover {
  color: #fff;
  background: linear-gradient(90deg, #b6801d 60%, #ffd36e 100%);
  border-radius: 4px;
  padding: 2px 6px;
}
