@import url('https://fonts.cdnfonts.com/css/souvenir');

body {
    margin: auto;
    padding: 1em;
    max-width: 1024px;
    /* Changes font to Souvenir */
    font-family: 'Souvenir', serif;
    /* Changes colors to your 1st preference */
    background: #1a1a1a;
    color: #5fd38d;
    word-wrap: normal;
}

/* Make sure headers use your preferred font and match the text color */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Souvenir', serif;
    color: #5fd38d;
}

/* Adjust links to complement the mint green nicely */
a {
    text-decoration: underline;
    color: #55bc62ff;
    font-weight: bold;
    padding-right: 0.25em;
}

a:hover {
    color: #a3f7bf; /* Turns lighter green*/
    text-decoration: underline;
}

/* Update standard relvokcor.xyz layout decorations to match your mint theme */
hr {
    border-color: #5fd38d;
}

blockquote, pre, .col, .highlighted, .article-headers {
    border-color: #5fd38d !important;
    background-color: rgba(95, 211, 141, 0.05) !important; /* Soft 5% mint tint */
    color: #5fd38d !important;
}
