
.skip-navigation {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.skip-navigation__link {
    --font-size: 1em; /* Mobile 16px / > Mobile 18px */
    --font-family: inherit;
    --font-style: normal;
    --font-weight: var(--root-font-weight--normal);
    --line-height: inherit;
}

.skip-navigation__link:focus,
.skip-navigation__link:hover {
    --color-background: var(--root-color--primary);
    --color-text: var(--root-color--white);
}

.skip-navigation {
    position: absolute;
    z-index: 1000;
    top: 0;
}

.skip-navigation__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.skip-navigation__link {
    position: absolute;
    top: -100vh;
    overflow: hidden;
    width: 0.063rem;
    height: 0.063rem;
}

.skip-navigation__link:focus,
.skip-navigation__link:hover {
    position: relative;
    top: 0;
    display: inline-block;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 0.625rem 1.25rem;
    text-decoration: none;
}

.skip-navigation {
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.skip-navigation__link,
.skip-navigation__link {
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
    color: var(--color-text);
    background-color: var(--color-background);
}
