/* ─────────────────────────────────────────────────────────────
   Self-hosted fonts — Heritage Roofing Archives
   Iowan Old Style: Regular (400) + Black (900)
   ───────────────────────────────────────────────────────────── */

@font-face {
    font-family: "Iowan Old Style";
    src: url("../fonts/Iowan Old Style Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iowan Old Style";
    src: url("../fonts/Iowan Old Style Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
