
:root {
  --primary: #54668e;
  --primary-contrast: white;

  --accent: #3e8e61;
  --accent-contrast: white;

  --error: #CF6250;
  --error-contrast: white;

  --background: #f0f2f4;
}
