/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater
*/

body {
    font-family: "Montserrat", sans-serif;
}

h1, h2, h3, .list-title {
    font-family: "Comfortaa", serif;
}

.header-content {
    width: 100%;
}

@media only screen and (max-width: 600px) {
.header-content .masthead-title h1 {
    font-size: 24px;
}
.header-content .masthead-description p {
    font-size: 16px;
}
.site-logo img {
    height: 40px;
}
}

