*, html, body {
    font-family: "SF Pro Rounded", Helvetica, sans-serif;
}

body.noscroll {
    overflow: hidden;
}

.main-header {
    min-height: 600px;
    position: relative;
}

.header-bg {
    background: url(https://spendlists.com/assets/images/hero-bg.png) bottom center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.square {
    aspect-ratio: 1 / 1;
}

.square-box {
    padding-top: 100%;

}

.square-box .square-box__content {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
}
#menu-modal #overlay, #menu-modal {
    bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: 200ms;
}

#menu-modal.visible-modal #overlay, #menu-modal.visible-modal {
    height: 100%;
    bottom: 0;
    overflow: hidden;
    transition: 200ms;
}