/* ── Light Gray theme — RStudio / pandoc "default" (tango) inspired ─────────
   Load AFTER style.css to override the Solarized Light palette.
   In build.R set:  BLOG_THEME <- "lightgray"                                 */

:root {
  --base3:   #f5f5f5;   /* page background  — light gray                     */
  --base2:   #ebebeb;   /* sidebar / code bg / header                        */
  --base1:   #9aaab5;   /* borders, secondary text, comments                 */
  --base01:  #2c3e50;   /* headings, emphasis  — RStudio dark blue-gray      */
  --base00:  #333333;   /* body text                                         */
  --yellow:  #b8860b;
  --orange:  #902000;   /* inline code / other tokens  (tango "dt" dark red) */
  --red:     #cc0000;
  --magenta: #40a070;   /* numbers  (tango teal-green)                       */
  --violet:  #6c71c4;
  --blue:    #2470b3;   /* links, functions, data types                      */
  --cyan:    #4070a0;   /* link hover, strings  (tango steel blue)           */
  --green:   #007020;   /* keywords  (pandoc default green)                  */
}
