/* =============================================================================
   UbiBoard theme
   -----------------------------------------------------------------------------
   This is the ONLY file you edit to re-colour a product. Everything inherits
   from /style.css; these two values repaint buttons, links, glows, the hero
   mark, the footer, and the background wash.

   To add a new product:  copy this whole folder, rename it, then change the
   two values below (and the content in the .html files).
   ========================================================================== */
:root {
  --accent: #9E70FF;          /* UbiBoard purple */
  --accent-strong: #9E70FF;   /* deeper purple for gradients + hover */
}
