/*
 * Homepage hero title font.
 *
 * Loaded from a dedicated object key so CloudFront cannot keep serving a stale
 * style.css / index-fonts.css that overrides #section1 h1 to Segoe UI.
 * Query-string cache busts alone are not reliable on this CDN.
 */
@font-face {
    font-family: 'Bellerose';
    src: url('../fonts/Bellerose.eot');
    src: url('../fonts/Bellerose.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Bellerose.woff') format('woff'),
         url('../fonts/Bellerose.ttf') format('truetype'),
         url('../fonts/Bellerose.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body#home #section1 h1 {
    font-family: 'Bellerose', Lucida, sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
}
