@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+Mono:wght@100..900&display=swap');

html, body {
    height: 100%;
    margin: 0px;
    font-family: 'Noto Sans', sans-serif;
}

.inlay {
    display: flex;
    flex-direction: column;
    height: 100%;
}

gcds-footer {
    margin-top: auto;
}

gcds-top-nav {
    background: #f1f2f3;
}

.fillWidth {
    width: 100%;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.standardGap {
    gap: 30px;
}

.equiColumn {
    flex: 1;
}