/* The loopdf brand colour, in one place.
   Loaded first (asset order 2) so both the shared startup-cms base tokens in
   styles.css and the landing palette in landing.css can derive from it - see
   the "Brand - loopdf red" blocks in styles.css and --pdf-primary in
   landing.css. Change the brand colour here and nowhere else. */

body.theme-light {
  --primary-blue: #d62828;
  --primary-blue-hover: #a31621;
}

body.theme-dark {
  --primary-blue: #ff6b61;
  --primary-blue-hover: #ff8e86;
}
