/* ============================================================
   PAE PROGRAM BRAND — intentionally distinct from the main
   CareerComms site. Matched to the PAE workbook.
   Edit program fonts and colours HERE; course pages should
   link this file and consume the variables.
   Fonts: Newsreader (serif) + JetBrains Mono. Paper and ink
   palette with a signal red accent.
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,400&family=JetBrains+Mono:wght@400;500;600&display=swap");

:root {
      /* Dark palette */
      --bg:       #0d1117;
      --bg2:      #161b22;
      --bg3:      #1c2333;
      --on-dark:  #f7f1e3;
      --on-dark-muted: #8b8680;
      --dark-border: rgba(247,241,227,.08);
      --dark-border-mid: rgba(247,241,227,.14);

      /* Light / beige palette */
      --paper:    #f7f1e3;
      --paper2:   #ece6d4;
      --card-bg:  #faf6ec;
      --ink:      #3a110d;
      --ink-soft: #491915;
      --slate:    #6f6157;
      --hair:     #d9cfb8;
      --hair-dark:#b9ad8d;

      /* Shared accent */
      --red:      #e8552a;
      --red2:     #c2410c;
      --red-bg-dark:  rgba(191,58,43,.12);
      --red-border-dark: rgba(191,58,43,.3);
      --red-bg-light: rgba(191,58,43,.08);
      --red-border-light: rgba(191,58,43,.2);

      --f-display: "Newsreader", Georgia, serif;
      --f-body:    "Source Serif 4", Georgia, serif;
      --f-mono:    "JetBrains Mono", ui-monospace, Menlo, monospace;
    }
:root{ --slate:#504338 !important; --on-dark-muted:#d0c7b8 !important; }
