/*!
 * Font Awesome 4.6.3 - PURGED VERSION
 * Only includes icons used in servicios-destapaciones.com.ar
 * Original: ~29KB (786 icons) → Purged: ~2KB (6 icons)
 * 
 * Icons included:
 * - fa-phone
 * - fa-whatsapp
 * - fa-comments-o
 * - fa-clock-o
 * - fa-wrench
 * - fa-credit-card
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
         url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
         url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
         url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Added for better performance */
}

/* Base class */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/* Size variants (if needed) */
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x { font-size: 2em }
.fa-3x { font-size: 3em }

/* ==========================================================================
   ICONS USED IN THE SITE
   ========================================================================== */

/* Phone icon - used in call buttons */
.fa-phone:before {
    content: "\f095"
}

/* WhatsApp icon - used in WhatsApp buttons */
.fa-whatsapp:before {
    content: "\f232"
}

/* Comments icon - used in "Cómo trabajamos" section */
.fa-comments-o:before {
    content: "\f0e6"
}

/* Clock icon - used in "Cómo trabajamos" section */
.fa-clock-o:before {
    content: "\f017"
}

/* Wrench icon - used in "Cómo trabajamos" section */
.fa-wrench:before {
    content: "\f0ad"
}

/* Credit card icon - used in payment badge */
.fa-credit-card:before {
    content: "\f09d"
}


