:root {
    --max-width: 1200px;
    --gutter-horizontal: 15px;
    --height-navigation-bottom: calc(1rem * 1.5 + 2 * 10px)
}

*, *:before, *:after {
    box-sizing: border-box;
}

.sr-only, .keyboard-focus-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.keyboard-focus-only:focus-visible,
.keyboard-focus-only:has(:focus-visible) {
    position: static;
    width: auto;
    height: auto;
}

p strong {
    color: inherit;
}
