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

/* ===== Raw initial SCSS (variables) ===== */
$primary:#14233F;$body-bg:#F7F4EC;$body-color:#1A1A1A;$link-color:#7C2D2A;
$font-family-sans-serif:'Inter',system-ui,sans-serif;$headings-font-family:'Fraunces',Georgia,serif;
$enable-shadows:false;$border-radius:2px;$border-radius-lg:3px;$border-radius-sm:2px;$card-bg:#FFFFFF;$border-color:#E4DECF;

/* ===== Raw SCSS (rules) ===== */
body,#page.drawers,.drawercontent{background-color:#F7F4EC}
.navbar.fixed-top{background:#F7F4EC!important;border-bottom:2px solid #B08A3E;box-shadow:none}
.navbar .navbar-brand,.navbar .nav-link{color:#14233F!important}
.navbar .nav-link:hover{color:#7C2D2A!important}
h1,h2,h3,.h1,.h2,.h3{font-family:'Fraunces',Georgia,serif;letter-spacing:-.01em}
