@font-face {
  font-family: "Congenial-Regular";
  src: url("./homepagefiles/congenial-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* improves perceived performance */
}

.plone-navbar {
    background-color: rgba(0, 20, 63, 1);
    color: white;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
}
    #portal-header {
        margin-bottom: 0px;
        margin-top: 0px;
}

header#content-header {
    background: #e1e1e1;
}
#portal-logo img {
    max-width: 300px;
}
body {
  font-family: "Congenial-Regular", system-ui;
}
.image-inline {
    float: none;
    max-width: 100%;
}