@import url("./shila-font.css");

/* Shared Soorena food-pattern background and typography for public pages. */
@font-face {
    font-family: "Vazirmatn";
    src: url("./fonts/Vazirmatn.woff2") format("woff2");
    font-weight: 100 900;
    font-display: swap;
}

html, body, button, input, select, textarea {
    font-family: "Vazirmatn", Tahoma, sans-serif !important;
}
html,
body {
    background-color: #56575a !important;
    background-image: url("./img/soorena-food-pattern-gray.png") !important;
    background-repeat: repeat !important;
    background-position: center top !important;
    background-size: 1680px auto !important;
    background-attachment: fixed !important;
}

@media (max-width: 768px) {
    html,
    body {
        background-size: 1120px auto !important;
        background-attachment: scroll !important;
    }
}

@media (prefers-reduced-data: reduce) {
    html,
    body {
        background-image: none !important;
    }
}

/* Graceful fallback when the official Enamad image server returns an error. */
.enamad-link img.enamad-fallback {
    display: none !important;
    width: 64px !important;
    height: 64px !important;
    object-fit: contain;
    padding: 4px;
    border-radius: 8px;
    background: #fff;
}
.enamad-link img.enamad-fallback.show { display: block !important; }
.enamad-link img[hidden] { display: none !important; }
