/* Lombok Web: shared colors for every section and interaction. */
:root {
  --brand: #49657d;
  --success: #42705f;
  --success-hover: #345a4c;
  --success-soft: #e5eee8;
  --success-border: #c4d7cc;
  --brand-hover: #3c556b;
  --brand-light: #c5d7e5;
  --brand-soft: #e4ebf0;
  --page: #f3f0e9;
  --surface: #faf8f3;
  --surface-alt: #eae6de;
  --ink: #263642;
  --text-muted: #56636b;
  --border: #c4cdd2;
  --media-placeholder: #c6cfd3;
  --dark: #243746;
  --on-dark: #ffffff;
  --on-dark-muted: #ffffffd1;
  --line: #26364229;
  --cream: var(--page);
  --orange: var(--brand);
  --orange-bright: var(--brand);
  --acid: var(--brand-soft);
}
