:root {
  --primary-light: hsl(76, 30%, 95%);
  --top-menu-text-colour: #172983;
  --content-width--wide: min(100%,1200px);
}

.with_frm_style form {
  --label-color: black;
  --check-font-size: var(--main-font-size);
  --progress-active-bg-color: var(--primary);
}