body {
  background-color: #ffffff;
}

:root {
  --accent: #1560cf;
  --theme-black: #40444a;
  --theme-outline: #f5f5f5;
}

.text-accent {
  color: var(--accent);
}
