body {
    font-family: 'Inter', sans-serif;
    opacity: 1;
}
h1, h2, h3, h4, h5, h6 { font-family: 'EB Garamond', serif; }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
body.page-exit {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

/* Admin dark theme background pattern */
body.bg-\[\#0b0f19\] {
    background-image: linear-gradient(rgba(7, 24, 43, 0.8), rgba(7, 24, 43, 0.85)), url('../assets/pattern-dark.svg') !important;
    background-repeat: repeat;
    background-size: 400px;
    background-attachment: fixed;
}
