/* printdesign.app — brand colours derived from the store logo.
   teal "pd" mark / "design" / ".app", blue gradient end, charcoal "print" wordmark.
   The base storefront CSS derives the full palette from --theme-color-primary via color-mix(). */
:root {
  --theme-color-primary: #0E9488;  /* logo teal — buttons, links, highlights */
  --theme-color-accent:  #1C7FB8;  /* blue from the pd-mark gradient — badges/accents */
  --theme-color-heading: #222222;  /* charcoal wordmark — headings */
}
