/*
 Theme Name:   Stellarium Child
 Theme URI:    http://stellarium.bold-themes.com
 Description:  Stellarium child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     stellarium
 Version:      1.0.1
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  stellarium-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

/* Bloque @font-face para BrainSet */
@font-face {
    font-family: 'BrainSet'; /* Nombre de la familia de fuente */
    /* Usamos RUTA RELATIVA: Desde style.css, va a la carpeta fonts/BrainSet/ */
    src: url('fonts/BrainSet/BrainSet.eot?2i830z');
    src: url('fonts/BrainSet/BrainSet.eot?2i830z#iefix') format('embedded-opentype'),
         url('fonts/BrainSet/BrainSet.ttf?2i830z') format('truetype'),
         url('fonts/BrainSet/BrainSet.woff?2i830z') format('woff'),
         url('fonts/BrainSet/BrainSet.svg?2i830z#BrainSet') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Selector para que el constructor de Bold Builder vea el ícono */
*[data-ico-brainset]:before {
    font-family: BrainSet;
    content: attr(data-ico-brainset);
    /* Mantén los estilos base de IcoMoon aquí: */
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Clase de ícono específica (para usar fuera del constructor) */
.icon-brain:before {
    content: "\e900";
}
