/* Font Display Optimization for Performance */

/* Urbanist Font - Loaded via Google Fonts in footer.php */
/* (Direct font-face removed to avoid 404 on expired gstatic URLs) */

/* ClashDisplay Font - Used in portfolio counters */
@font-face {
    font-family: 'ClashDisplay-Bold';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('ClashDisplay-Bold');
}

@font-face {
    font-family: 'ClashDisplay-Medium';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('ClashDisplay-Medium');
}

/* Ensure all custom fonts use font-display: swap */
@font-face {
    font-family: 'CustomFont';
    font-display: swap;
}