:root{
  --brand: #ffcc00;
  --text: #343a40;
  --line: #c7c7c7;
  --radius: 14px;
  --shadow: 0 4px 12px rgba(0,0,0,.08);
}
body { color: var(--text); }
input[type="text"], input[type="date"]{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:.5rem .75rem;
}
.btn, .btn-brand, .btn-ghost{ border-radius: var(--radius); }
