@import url('fonts.css');

:root,
body {
    font-family: 'BlexMono Nerd Font', monospace;
}

footer a::after{
    content: " · ";
}

footer a:last-child::after{
    content: "";
}