/* ACCESSIBILITY */

/* skip to content link - set some base styles */
.skip-link {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* skip to content link - on focus */
.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
}

/* text spacing and line height */
.accessibility-mode {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.12rem;
    word-spacing: 0.16rem;
}