@import url("./basepagelayout.1e0099d244fd.css");

.container.container--tight {
    max-width: var(--container-width);
}

/* Hack to visually remove title from the frontpage */
h1.page-section__heading {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
