/* Colores y tema configurados en tailwind.config.js */
@layer base {
    h1, h2, h3, h4, h5, h6 {
        font-family: "Federo", sans-serif;
    }
}

/* Material Symbols fill */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 1;
}

