html {

}

body {
    height: 100vh;
    width: 100vw;

    font-family: var(--va-body-font-family, "Source Sans Pro"), sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #2a2e30;

    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    cursor: default;
}

a:focus {
    outline: unset;
    outline-offset: unset;
}

a:focus-visible {
    outline: unset;
    outline-offset: unset;
}
