/*
Theme Name: Aromatto Child
Theme URI: https://aromattoparfums.com.br/
Description: Tema filho do Blocksy para as personalizações da Aromatto Parfums.
Author: Aromatto Parfums
Template: blocksy
Version: 1.0.0
Text Domain: aromatto-child
*/

/*
 * Tipografia global da Aromatto
 * Uma única família em todo o site para manter catálogo, títulos e interface consistentes.
 */

body,
button,
input,
select,
textarea,
.wp-block-button__link,
.ct-button {
	font-family: "Manrope", Arial, Helvetica, sans-serif;
}

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

button,
input[type="button"],
input[type="submit"],
.wp-block-button__link,
.ct-button {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}

blockquote,
.wp-block-quote,
.wp-block-pullquote {
	font-family: "Manrope", Arial, Helvetica, sans-serif;
}

figcaption,
.wp-element-caption {
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

pre,
code,
kbd,
samp {
	font-family: monospace;
}

@media (max-width: 767px) {
	h1 { font-size: 34px; }
	h2 { font-size: 28px; }
	h3 { font-size: 24px; }
}
