/* Sternfast — "Ledger" Moodle theme look
   For: Corporate & compliance training
   Target: Moodle 4.5 LTS, Boost theme.
   Reproduce in 3 steps (no plugin needed):
   1) Site administration > Appearance > Themes > Boost > General
        - Brand colour:  #1F4E79
   2) Load the fonts (add to your theme, or self-host these families):
        https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800&family=Inter:wght@400;500;600&display=swap
   3) Boost > Advanced:
        - Paste the block below into "Raw initial SCSS"
        - Paste the RULES block (marked) into "Raw SCSS"
      Then Site administration > Development > Purge caches.
   Fonts: Archivo (headings) + Inter (body)
*/

/* ===== Raw initial SCSS (variables) ===== */
$primary:#1F4E79;$success:#197A4B;$warning:#C77700;$body-bg:#FFFFFF;$body-color:#101418;
$font-family-sans-serif:'Inter',system-ui,sans-serif;$headings-font-family:'Archivo','Inter',sans-serif;
$border-radius:.25rem;$enable-shadows:true;$card-border-color:#D7DCE2;

/* ===== Raw SCSS (rules) ===== */
body,#page.drawers,.drawercontent{background-color:#F1F3F6}
.navbar.fixed-top{background:#1F4E79!important;box-shadow:0 1px 0 rgba(0,0,0,.15)}
.navbar .navbar-brand,.navbar .nav-link{color:#fff!important}
.navbar .nav-link{opacity:.92}.navbar .nav-link:hover{opacity:1}
h1,h2,h3,.h1,.h2,.h3{font-family:'Archivo','Inter',sans-serif}
