@font-face {
    font-family: NeueHaasGrotesk;
    src: url('./NHaasGroteskTXPro-55Rg.otf');
} 
@font-face {
    font-family: NeueHaasGrotesk;
    font-weight: bold;
    src: url('./NHaasGroteskTXPro-75Bd.otf');
}

html {
    color: #333333;
    font-family: 'NeueHaasGrotesk', 'Helvetica', sans-serif;
    font-size: 14px;
}

body {
    padding: 1rem;
}

h1 {
    font-size: 22px;
}

ul {
    margin-top: 0.25rem;
    padding-left: 0;
    list-style-type: none;
}

li {
    line-height: 1.5rem;
    padding-bottom: 0.5rem;
}

p {
    line-height: 1.5rem;
    margin-bottom: 0;
}

a {
    color: #3E75AF;
}

img.new-window {
    margin-left: 5px;
}
