@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;800&display=swap');

body {
    font-family: Source Sans Pro;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
display-1,
display-2,
display-3,
display-4,
display-5,
display-6 {
    font-family: Nunito Sans;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.header,
.header-space {
    height: 70px;
}

.footer,
.footer-space {
    height: 100px;
}

.header {
    position: fixed;
    top: 0;
}

.footer {
    position: fixed;
    bottom: 0;
}
