/*
 * cc-org-identity.css -- Code Crunch Worldwide.
 *
 * The org's voice, for every page that is not the gallery home page. The home
 * page gets the same typeface and accent from cc-gallery.css; this file carries
 * them to the rest of the site so an org reads as one thing end to end.
 *
 * The parent keeps the neutral treatment. It is the baseline the other
   eight are read against, so it deliberately has no voice of its own.
 *
 * Loaded LAST in <head> so it wins over each page's own inline <style>.
 */

:root {
  --org-accent: #2463EB;
  --org-accent-dark: #1b4cc0;
  --org-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --org-font-label: var(--org-font);
  --org-font-ui: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Pages built before the identity layer name their colour themselves.
     Point those names at the org instead of at whatever was handy. */
  --brand-primary: var(--org-accent);
  --brand-primary-dark: var(--org-accent-dark);
}


/*
 * No type rules here on purpose. This org's face is Inter, which its pages
 * already use, and the lesson pages deliberately set EB Garamond and Lora for
 * running text. Forcing one family across the folder would take that away for
 * no gain -- the accent is the whole of the identity here.
 */
