html {
    background-color: #fefefe;
}

body p, li {
    color: #454545;
    font-size: 18px;
}

/*
body {
    font-family: "Palatino, Georgia, 'Times New Roman', serif"
}
*/

body {
    font-family: "Rubik","PT Serif",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif
}

.row:not(#publications) a {
    text-decoration: underline;
}

.image-link {
    text-decoration: none !important;
}

.author {
  color: #5b2503;
}


