/* FUM Trend Analytics — shared styling for narrative description pages */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", sans-serif;
}

p, div, span, li {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.7;
    margin-bottom: 1.5em;
}

* {
    max-width: 100%;
    box-sizing: border-box;
}