/**
Theme Name: Pantumaka
Author: Victor Montol
Author URI: https://pantumaka.es
Description: Tema basado en Astra. Necesita tener instalado el tema Astra 3.7+ (free) para funcionar correctamente.
Version: 3.7.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pantumaka
Template: astra
*/

/* Branding */

:root {
	--color-principal: 	#000;
	--color-secundario: #94c120;
	--color-texto: 			#303030;
	--typo-principal: 	'Open Sans', sans-serif;
	--typo-secundaria: 	'Montserrat', sans-serif;
}

/* Headings h1-h6 : 32-24-24-20-18-16 */

/*
h1,h2,h3,h4,h5,h6 {
	outline:1px dotted yellowgreen;
}

h1:before { content: "h1 "; }
h2:before { content: "h2 "; }
h3:before { content: "h3 "; }
h4:before { content: "h4 "; }
h5:before { content: "h5 "; }
h6:before { content: "h6 "; }
*/

/* Astra Submenu */
.sub-menu {
	min-width: max-content;
}