/* ============================================================
   Default brand theme
   Brand ID: default
   Usage: Set data-brand="default" on .reveal (or omit — same effect)
   ============================================================
   This file is a passthrough. The default brand applies no
   overrides; all tokens are inherited from the active profile.

   To create a custom brand, copy this file to:
     brands/YOUR-BRAND-NAME/theme.css

   Then uncomment and edit the example block below.
   ============================================================ */


/* ============================================================
   Example: Custom brand override
   Uncomment and adapt for a specific organization.

.reveal[data-brand="acme"] {
  --accent:        #E31837;
  --accent-light:  #FEE2E7;
}

.reveal[data-brand="acme"] h1,
.reveal[data-brand="acme"] h2 {
  // Optional: override font if brand requires a specific typeface
  // font-family: "Brand Font", "Noto Sans JP", system-ui, sans-serif;
}
   ============================================================ */
