body {
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}
main {
    min-height: 700px;
    margin: 5px 0;
}

.navbar-brand .navbar-item img { min-height: 1.1em }
.navbar-brand .navbar-item:hover {
    background: transparent;
}

.clear { clear: both; }
.pointer { cursor: pointer; }
.centered { text-align: center; }

:root {
    --met-active-color: #000;
}

[data-theme="dark"] {
    --met-active-color: #fff;
}

.md-rendered p:first-child {
    margin-top: 0;
}

.md-rendered p {
    margin-top: 10px;
}

/* @TODO: consolidate with .md-rendered for consistency */
.text-content p:first-child {
    margin-top: 0;
}

.text-content p {
    margin-top: 1em;
}

.footer {
    border-top: 1px solid #eee;
}

.card { min-height: 500px; }
.card-image img { object-fit: cover; }
