/*
Theme Name:   IT Magazine Child
Theme URI:    https://itmagazineme.com
Description:  Child theme for IT Magazine. Adds editorial user roles (Copywriter in Chief, Writer), the private /ai-news AI generation tool, and a REST endpoint that turns generated wire reports into WordPress drafts. Designed to sit on top of the Hello Elementor parent theme.
Author:       IT Magazine
Version:      3.0.0
Template:     hello-elementor
Text Domain:  it-magazine-child
*/

/*
  NOTE: Public-facing layout (homepage grid, navbar, article banners) is built
  in Elementor on the live site, per the V3 spec. The CSS below only styles the
  private /ai-news generation tool. Brand tokens mirror the V3 design system.
*/

:root {
  --itm-navy:        #0a1628;
  --itm-navy-inner:  #0d1f3c;
  --itm-accent:      #1a7fd4;
  --itm-border:      rgba(255, 255, 255, 0.12);
  --itm-text:        #e8edf4;
  --itm-text-dim:    #9fb0c3;
}
