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

/* ===== Raw initial SCSS (variables) ===== */
$primary:#2F6B4F;$secondary:#E0A83B;$body-bg:#FBF7F0;$body-color:#2B2622;
$font-family-sans-serif:'Figtree',system-ui,sans-serif;$headings-font-family:'Bitter',Georgia,serif;
$border-radius:.9rem;$enable-shadows:true;$card-bg:#FFFFFF;$border-color:#ECE2CF;

/* ===== Raw SCSS (rules) ===== */
body,#page.drawers,.drawercontent{background-color:#FBF7F0}
.navbar.fixed-top{background:#fff!important;border-bottom:1px solid #ece2cf}
.navbar .navbar-brand,.navbar .nav-link{color:#2F6B4F!important}
.btn-primary,.btn-secondary,.btn-outline-primary{border-radius:2rem}
h1,h2,h3,.h1,.h2,.h3{font-family:'Bitter',Georgia,serif;letter-spacing:-.005em}
