body { 
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

::selection { background: black; color: white; text-shadow: none; }
::-moz-selection { background: black; color: white; text-shadow: none; }

:focus { outline: none; }
:focus-visible { outline: 2px solid #9ca3af; outline-offset: 2px; }
li[role="link"]:focus,
a:focus { outline: none; box-shadow: none; }
li[role="link"]:focus-visible,
a:focus-visible { outline: 2px solid #9ca3af; outline-offset: 2px; }
a, button { -webkit-tap-highlight-color: transparent; }

.nkt-title, .nkt-subtitle { max-width: 420px; }
.nkt-logo { width: 80px; height: auto; }
.nkt-icon { width: 250px; height: auto; }