/*
Theme Name: Loobek Child
Theme URI: https://demo.theme-sky.com/loobek/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: loobek
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: loobek-child
*/

/* ---------------------------------------------------------
   ADICIONADO: FONTE ESPECIAL PARA SETAS QUE NÃO SOMEM
   --------------------------------------------------------- */

/* Baixada automaticamente pelo navegador, não precisa instalar */
@font-face {
    font-family: 'ArrowsStable';
    src: url('https://fonts.gstatic.com/s/notoemoji/v1/emoji.woff2') format('woff2');
    font-display: swap;
}

/* Forçar que as setas usem esta fonte (NÃO SOMEM NUNCA) */
.arrow-icon {
    font-family: 'ArrowsStable', sans-serif !important;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

/* Estilo das setas */
.arrow-height::before {
    content: "↕";
}

.arrow-width::before {
    content: "↔";
}

/* Ajuste para ficar sempre visível em qualquer tema */
.arrow-icon {
    opacity: 1 !important;
    visibility: visible !important;
    color: inherit;
}
