/*
Theme Name: The Adroit
Theme URI: https://www.theadroit.in/
Author: The Adroit
Description: Pixel-perfect WordPress port of theadroit.in (migrated from Ruby on Rails).
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary
Text Domain: adroit
*/

/* The bulk of the styling lives in /assets/application.css, enqueued from
   functions.php, so that every asset URL matches the previous Rails site. */

/* ---------------------------------------------------------------------------
   Page background.

   On the old Rails site the black page background came, accidentally, from
   client.css served by chatbots.theadroit.in — the chat widget's stylesheet was
   painting the whole site. That is fragile: if the widget is ever removed,
   slowed, or blocked, the site renders white-on-white and becomes unreadable.

   Declaring it here makes the theme self-sufficient and matches the live
   computed values exactly (main/#header/#footer #000, body transparent).
   --------------------------------------------------------------------------- */

html,
body {
    background-color: #000;
}

main {
    background-color: #000;
}

#header,
#footer {
    background-color: #000;
}

/* Sections that set their own background in application.css keep it — nothing
   above uses !important, so per-section rules continue to win. */
