/*
Theme Name: Hoost Theme
Theme URI: https://example.com/hoost-theme
Author: Your Name
Author URI: https://example.com
Description: Tema personalizado desarrollado con Flowbite (Tailwind CSS) y GSAP.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hoost-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* 
  Los estilos principales se generan a través de Tailwind CSS.
  Este archivo solo contiene metadatos del tema.
*/

/* Estilos base para el tema */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* 
  Nota: Los estilos principales se generan en assets/css/main.min.css 
  a través del proceso de compilación con Vite.
*/

/* Estilos para el editor de bloques */
.editor-styles-wrapper {
  @apply font-sans text-gray-800 bg-white;
  font-family: 'Istok Web', sans-serif;
}

.editor-styles-wrapper p,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  @apply font-sans;
  font-family: 'Istok Web', sans-serif;
}

.editor-styles-wrapper .has-secondary-font {
  font-family: 'Assistant', sans-serif;
}
