/* Global Styles */
body {
    background-color: #050505;
    color: #e5e5e5;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif;
}

/* Smooth Scroll Offset for Fixed Header */
section {
    scroll-margin-top: 80px;
}

/* Custom Selection Color */
::selection {
    background-color: #7B1113;
    color: #fff;
}
