/* Insert custom styles here */
:focus-visible {
    outline: 2px solid var(--color-zinc-700);
    outline-offset: 2px;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: var(--color-zinc-700);
    color: white;
}
