html {
    background-color: white;
    color:            black;
    font-family:      Jura, sans-serif;
}

#pagetext {
    font-weight: normal;
    font-size:   12pt;
    color:       black;
}

.content {
    line-height: 130%;
}

.content p {
    line-height: 130%;
}

.spacey {
    line-height: 175%;
}

/* jura-regular - latin */
@font-face {
    font-family: 'Jura';
    font-style:  normal;
    font-weight: 400;
    src: local('Jura Regular'), local('Jura-Regular'),
         url('../fonts/jura-v7-latin-regular.woff2') format('woff2'),
         url('../fonts/jura-v7-latin-regular.woff')  format('woff');
}

/* jura-500 - latin */
@font-face {
    font-family: 'Jura';
    font-style:  normal;
    font-weight: 500;
    src: local('Jura Medium'), local('Jura-Medium'),
         url('../fonts/jura-v7-latin-500.woff2') format('woff2'),
         url('../fonts/jura-v7-latin-500.woff')  format('woff');
}