
/* ===== Codivium site settings: source-of-truth runtime tokens ===== */
:root{
  --cv-site-domain: "https://www.codivium.com";

  /* Hero */
  --cv-hero-title-max: 12ch;
  --cv-hero-kicker-max: 44ch;
  --cv-hero-image-shift: 96px;

  /* Constellation */
  --cv-constellation-note-text: "Representative sample of Codivium content.";

  /* Form system */
  --cv-form-strip-inset-x: 14px;
  --cv-form-strip-inset-top: 14px;
  --cv-form-button-enabled: rgb(244, 239, 231);
  --cv-form-button-enabled-hover: rgb(236, 229, 218);
  --cv-form-button-enabled-active: rgb(230, 223, 212);
  --cv-form-button-disabled: rgb(251, 249, 245);
  --cv-form-button-border: rgba(193,175,145,0.58);
  --cv-form-button-border-disabled: rgba(210,199,180,0.72);
  --cv-form-focus-ring: rgba(216,178,104,0.18);

  /* Topbar */
  --cv-topbar-link-active: rgba(246,213,138,0.98);
  --cv-topbar-link-hover: rgba(255,248,231,0.98);
}
