:root {
  /* Colors */
  --page-bg: #f2f5fc;
  --surface-bg: #ffffff;
  --surface-border: #e7ebf3;
  --hover-tint: #deeafc;
  --action-bg: #d0e2ff;
  --action-bg-hover: #a6c8ff;
  --text-muted: #383838;

  /* heights and sizes */
  --header-height: 5rem;
}
