@import url('https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@v2.1.0/webfonts/JetBrainsMono-Regular.woff2');

body {
    font-family: 'JetBrainsMono Nerd Font', monospace;
    color: black;
}

/* Ensure all links in the navigation menu are black */
nav a {
    color: black;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

/* Set headers to black */
h1, h2, h3, h4, h5, h6 {
    color: black !important;
}

/* Set dividers to black with increased specificity */

hr {
    border-color: black !important;
}
body hr {
    border-color: black !important;
}

/* Set other common elements to black */
a {
    color: black !important;
}

a:hover {
    text-decoration: underline;
}

p, li, div, span {
    color: black !important;
}

/* Additional styles */
