/*
Theme Name: NITE Documentation Portal Theme
Description: Dedicated dynamic Markdown documentation child theme built on UnderStrap. Automatically scans wp-content/docs/ and renders Markdown documentation with category navigation, search, access control, and admin front-end editing.
Author: Ottaway Digital / NITE Portal Team
Template: understrap
Version: 1.0.0
*/

/* Core Theme Design Tokens */
:root {
    --charcoal: #16143b;
    --dark-grey2: #232323;
    --grey: #767478;
    --purple: #151337;
    --accent-green2: #6dd037;
    --accent-blue: #008ae8;
    --accent-blue-hover: #03458f;
    --cyan-highlight: #1db2f0;
    --code-bg: #181d2b;
    --code-text: #f5d67b;
    --card-bg: #ffffff;
    --body-bg: #f7f8fb;
    --border-color: rgba(0, 0, 0, 0.08);
}
