body {
    font-family: var(--content-font);
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
}

* {
    box-sizing: border-box;
}

h1, h2, h3 {
    font-weight: 700;
}



@media (max-width: 768px) {


    .navbar-toggler {
        font-size: 1.25rem;
        grid-area: menu;
        justify-self: end;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-collapse {
        margin-top: 1rem;
        background-color: white !important;
        padding: 1rem;
        z-index: 999;
        width: 100%;
    }
}
