/* Sternfast — "Foundry" Moodle theme look
   For: Trade schools & workforce
   Target: Moodle 4.5 LTS, Boost theme.
   Reproduce in 3 steps (no plugin needed):
   1) Site administration > Appearance > Themes > Boost > General
        - Brand colour:  #C4651A
   2) Load the fonts (add to your theme, or self-host these families):
        https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600;700&family=Barlow: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: Barlow Semi Condensed + Barlow
*/

/* ===== Raw initial SCSS (variables) ===== */
$primary:#C4651A;$body-bg:#F5F6F7;$body-color:#1E262B;
$font-family-sans-serif:'Barlow',system-ui,sans-serif;$headings-font-family:'Barlow Semi Condensed','Barlow',sans-serif;
$border-radius:.25rem;$enable-shadows:false;$card-bg:#FFFFFF;$border-color:#DCE0E3;

/* ===== Raw SCSS (rules) ===== */
body,#page.drawers,.drawercontent{background-color:#F5F6F7}
.navbar.fixed-top{background:#1E262B!important;border-bottom:3px solid #C4651A;box-shadow:none}
.navbar .navbar-brand,.navbar .nav-link{color:#fff!important;text-transform:uppercase;letter-spacing:.03em;font-weight:600}
.navbar .nav-link:hover{color:#F0A55A!important}
h1,h2,h3,.h1,.h2,.h3{font-family:'Barlow Semi Condensed','Barlow',sans-serif;font-weight:700}
