/* frontend/css/nojs.css */

#js-app {
    display: none !important;
}

body {
    background-image: url('../img/q1.png');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

.nojs-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    font-family: "EB Garamond", serif;
}

.nojs-overlay h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.nojs-overlay p {
    font-family: "Spectral", serif;
    font-size: 1rem;
    color: #ccc;
}
