@import url('https://use.typekit.net/mxg0uyp.css'); /* akkurat nå går denne til min (Magnus Lytskjold Engen) private adobe-nøkkel, bør endres til noe mer robust */

:root {
    --K15t-font-family-sans: 'neo-sans', sans-serif; /* Change default sans font */
    --K15t-font-weight-regular: 400;  /* Regular weight */
    --K15t-font-weight-bold: 700;    /* Bold weight */
  	--vp-color-black: #1d3943;
  	--K15t-color-neutral-25: #00000030;
}

.vp-article__aside-left.no-print {
    background-color: #648d9f; /* Custom sidebar color */
}

.vp-tree-item__header {
	--_text-color: white; /* Text color inside sidebar */
  	font-size: 16px;
}

#article-inner-content a {
    font-weight: 700; /* Set font weight to 700 for all links inside the specified div */
}

.vp-container {
	margin-inline: inherit;
}