/*
* custom.css
 *
 * This file is loaded via the layout.html template in every
 * page of an Otter Wiki.
 *
 * see https://otterwiki.com/Customization for examples.
 *
*/
.content > .page {
    font-family: "Gill Sans", sans-serif;
    font-weight: 400;
}

.navbar {
    background-color: #c75858;
}

.btn.btn-primary {
    background-color: #1890ff;
}

.page h2 {
    font-size: 2.5rem;
}

.page h3 {
    font-size: 2.1rem;
}
