body {
    font-family: 'Roboto', sans-serif;
}

.hero {
    background-color: #f5f5f5;
    padding: 2rem 0;
}

.navbar-brand .title {
    font-weight: bold;
    color: #3273dc;
}

/* Bulma overrides */
.button.is-primary {
    background-color: #3273dc;
}

.notification.is-success {
    background-color: #48c774;
}

.notification.is-danger {
    background-color: #f14668;
}