/* Aphography Custom Fonts */

@font-face {
    font-family: "Industrial 736 BT";
    src: url("../fonts/Industrial 736 BT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Industrial 736 BT";
    src: url("../fonts/Industrial 736 BT.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Font fallbacks for better compatibility */
.aphography-title {
    font-family: "Industrial 736 BT", "Arial Black", "Helvetica Black", "Impact", "Franklin Gothic Heavy", sans-serif;
}

/* Ensure font loading doesn't cause layout shift */
.aphography-title {
    font-display: swap;
}

/* Alternative font stack for when custom font fails */
@supports not (font-display: swap) {
    .aphography-title {
        font-family: "Arial Black", "Helvetica Black", "Impact", sans-serif;
    }
}
