/*
Theme Name: Jaime Divi Child
Description: Conserva las personalizaciones del sitio al actualizar Divi.
Template: Divi
Version: 1.0.1
*/

/* Preserve the original social icons, including the Twitter bird. */
@font-face {
    font-family: JaimeLegacySocial;
    src: url('fonts/modules.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.et-social-icons .et-social-icon a.icon::before {
    font-family: ETmodules !important;
    font-weight: normal !important;
}
.et-social-icons .et-social-youtube a.icon::before { content: "\e0a3"; }
.et-social-icons .et-social-instagram a.icon::before { content: "\e09a"; }
.et-social-icons .et-social-twitter a.icon::before { content: "\e094"; }
.et-social-icons .et-social-twitter a.icon::before { font-family: JaimeLegacySocial !important; }
.et-social-icons .et-social-facebook a.icon::before { content: "\e093"; }
