/*
 * Default theme — values already live on :root in forms-tokens.css.
 * This file exists so all three theme slots are present; explicit
 * html[data-theme="default"] is optional if logos-forms-theme.js clears the attribute.
 */

html[data-theme="default"] {
  /* Intentionally minimal: use :root token block in forms-tokens.css. */
  color-scheme: dark;
}
