
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Uncial+Antiqua&display=swap');

/* Base body style */
body {
    font-family: 'Georgia', serif;
    color: #e0e0d0;
    background-color: #0d0d0d;
    line-height: 1.6;
    margin: 0;
    padding: 2rem;
}

/* Main title header */
h1 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 2.8rem;
    text-align: center;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
    margin-bottom: 0.2em;
}

/* Fantasy-style subtitle/tagline */
.tag {
    text-align: center;
    font-family: 'Uncial Antiqua', cursive;
    font-size: 1.2rem;
    color: #f4c542;
    margin-bottom: 1.5rem;
}
