/**
 * Fuentes de iconos desde CDN.
 * El tema Velzon usa rutas absolutas /build/icons/*.woff2 en icons.min.css;
 * si esos archivos no están en el servidor (p. ej. public/build ignorado en git),
 * los iconos se ven como cuadrados. Estas reglas registran las mismas font-family
 * con archivos que sí existen en la red.
 */
@font-face {
    font-family: "Material Design Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("https://cdn.jsdelivr.net/npm/@mdi/font@7.2.96/fonts/materialdesignicons-webfont.woff2?v=7.2.96") format("woff2");
}
@font-face {
    font-family: remixicon;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.woff2") format("woff2");
}
@font-face {
    font-family: boxicons;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdn.jsdelivr.net/npm/boxicons@2.1.4/fonts/boxicons.woff2") format("woff2");
}
@font-face {
    font-family: "Line Awesome Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdn.jsdelivr.net/npm/line-awesome@1.3.0/dist/line-awesome/fonts/la-brands-400.woff2") format("woff2");
}
@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdn.jsdelivr.net/npm/line-awesome@1.3.0/dist/line-awesome/fonts/la-regular-400.woff2") format("woff2");
}
@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("https://cdn.jsdelivr.net/npm/line-awesome@1.3.0/dist/line-awesome/fonts/la-solid-900.woff2") format("woff2");
}
