/* Aphography Frontend Styles */

.aphography-image-wrapper {
    margin: 20px 0;
    text-align: center;
    max-width: 100%;
}

.aphography-title {
    font-family: "Industrial 736 BT", "Arial Black", "Helvetica Black", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aphography-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    line-height: 1.4;
    font-style: italic;
    max-width: 100%;
}

.aphography-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .aphography-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .aphography-caption {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .aphography-title {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .aphography-caption {
        font-size: 14px;
        margin-top: 6px;
    }
}

/* Custom font fallbacks */
@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;
}

/* Fallback for when custom font fails to load */
.aphography-title {
    font-family: "Industrial 736 BT", "Arial Black", "Helvetica Black", "Impact", sans-serif;
}
