/* Home page body/content fonts use system stacks; navbar keeps Oswald via style.css. */
body#home {
    font-family: Verdana, Geneva, sans-serif;
}

body#home #section1 h1,
body#home #section2 h2 {
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Arial, sans-serif;
}

body#home h2,
body#home h3,
body#home .welcome h1,
body#home .welcome h2,
body#home .welcome p,
body#home a#mailinglist,
body#home .subscribe a {
    font-family: Verdana, Geneva, sans-serif;
}

/* Keep hero hierarchy readable when remote display fonts are unavailable. */
body#home #section1 h1 {
    font-weight: 700;
    letter-spacing: 0.06em;
}

body#home #section1 .welcome h2 {
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Arial, sans-serif;
    font-weight: 600;
}
