/* CHERT light theme for Forgejo — vendored internal addition (cherttt phase-02 proof rebrand).
   Tokens from branding/CHERT-Design-System.md. Register in app.ini:
     [ui]
     THEMES = forgejo-auto,forgejo-light,forgejo-dark,chert-light
     DEFAULT_THEME = chert-light
   Maintenance register: docs/branding-rebrand-overlay-plan.md */

@import "theme-forgejo-light.css";

:root {
  --chert-orange:      #FF8651;
  --chert-orange-deep: #F26B33;
  --chert-tan:         #D2B082;
  --chert-cream:       #FFFAE4;
  --chert-ink:         #1A1A18;
  --chert-surface:     #FFFFFF;
  --chert-border:      #ECE0C2;

  /* Map CHERT tokens onto Forgejo theme variables */
  --color-primary:        var(--chert-orange);
  --color-primary-dark-1: var(--chert-orange-deep);
  --color-body:           var(--chert-cream);
  --color-box-body:       var(--chert-surface);
  --color-text:           var(--chert-ink);
  --color-secondary:      var(--chert-border);
}

/* Arabic/RTL parity: Forgejo handles dir switching; use only logical properties in overrides. */
