@import url('https://fonts.cdnfonts.com/css/alegreya-sans');
@import url('https://fonts.cdnfonts.com/css/souvenir');
body {
    margin: auto;
    padding: 1em;
    max-width: 1024px;
    /* Changes font to Souvenir */
    font-family: 'Alegreya Sans', sans-serif;
    /* Changes colors to your 1st preference */
    background: #164450ff;
    color: #93ac9dff;
    word-wrap: normal;
    font-size: 1.125rem;
}


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

a {
    text-decoration: underline;
    color: #837987ff; /* purple for contrast */
    font-weight: bold;
    padding-right: 0.25em;
}

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

/* Update standard tilde.club layout decorations to match your mint theme */
hr {
    border-color: #164450ff;
}

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