@use "styles/sakura.theme"; // Highlight.js theme @use "styles/external/nord.min"; :root { font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif; } .row { display: flex; } .column { flex: 50%; } .main-nav { display: flex; list-style: none; max-width: 75%; } nav li { margin: 0.5em; } .push { margin-left: auto; }