@font-face {
    font-family: "Vazirmatn";
    src: url("/lib/vazirmatn/Vazirmatn-Variable.woff2") format("woff2-variations"),
         url("/lib/vazirmatn/Vazirmatn-Variable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Per-app tweaks layered on top of bootstrap.rtl + codehaks-theme. */

.site-footer {
    background: var(--ck-paper);
}

/* Landing-page hero logo — overrides the small inline SVG sizing
   from _Logo.cshtml. Picks up brand color from the caller's
   .ck-text-accent (currentColor in the SVG). */
.ck-hero-logo {
    width: 100%;
    max-width: 240px;
}

.ck-hero-logo svg {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767.98px) {
    .ck-hero-logo {
        max-width: 160px;
    }
}
