/* Provide sufficient contrast against white background */
:root {
  --primary-color: #264a5f;
  --helpdesk-color: #ef7716;
  --værktøjskasse-color: hsl(27, 87%, 51%);
  --color-in-primary: #fff;
  --tw-black: #22292F;
  --gray-700: #8A8A8A;
  --gray-500: #E6E6E6;
  --tw-rounded-none: 0;
  --tw-rounded-lg: .5rem;
  --tw-rounded-full: 9999px;
}