/* ============================================================
   OpiDev Skin — Self-hosted fonts (no Google Fonts / no CDN)
   ============================================================ */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensanswebfont.eot');
    src: url('../fonts/opensanswebfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensanswebfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome.eot');
    src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Minimal FontAwesome helper so social/contact icons placed by
   editors still render. Full icon set lives in the font file. */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
