@font-face {
    font-family: 'Nancy';
    src: url('/static/about/fonts/nancy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.nancy {
    font-family: 'Nancy', serif;
}

svg {
    max-height: 1.5em;
    max-width: 100px;
 }