/**
 * Montserrat arm OTFs are loaded in style.css (static/fonts/marm/).
 * Natural-stone hero title is drawn in the hero image — no HTML heading overlay (see templates).
 */

/* Uncomment when agimpex-figma-heading.woff2 exists in static/fonts/figma/
@font-face {
    font-family: "AgimpexFigmaHeading";
    src: url("../fonts/figma/agimpex-figma-heading.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
:root {
    --agimpex-figma-heading: "AgimpexFigmaHeading", "Montserratarm", system-ui, sans-serif;
}
*/
