/* ITSolver brand colours. Source: https://itsolver.co.uk/brand */
:root {
  --brand-forest: #3d6042; /* the engineering half: "it", the O, the cut pieces of L, V, E */
  --brand-lime: #adbc5d; /* the solving half: S, L, V, E, R; one accent action per view */
  --brand-olive: #4b6023; /* deep backdrop for the on-dark wordmark and closing bands */
  --brand-cream: #f8f8de; /* for moments: hero, one feature band */
  --brand-paper: #fbfbf2; /* the canvas */
  --brand-ink: #1b1b16; /* text and the darkest closing surface */
}
