/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap');

body.km {
    font-family: 'Kiwi Maru', serif;
    font-size: 14px;
    color: #373435;
    font-weight: 400;
}
body.km strong {
    font-weight: 500;
}
.m-b-10 {
    margin-bottom: 10px;
}
@media (print) {
    button {
        display: none;
    }
}