/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Description: Child theme do Blocksy. Use este tema para personalizações sem perder as atualizações do tema pai.
Author: Teu Nome
Author URI: https://example.com
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
*/

/*
 * Cores da marca
 * #123357 — primária
 * #051E33 — escuro
 * #A2BACC — suporte / bordas
 * #FFFFFF — branco
 */
:root {
	--fd-color-primary: #123357;
	--fd-color-dark: #051e33;
	--fd-color-muted: #a2bacc;
	--fd-color-white: #ffffff;

	--theme-palette-color-1: var(--fd-color-primary);
	--theme-palette-color-2: var(--fd-color-dark);
	--theme-palette-color-3: var(--fd-color-primary);
	--theme-palette-color-4: var(--fd-color-dark);
	--theme-palette-color-5: var(--fd-color-muted);
	--theme-palette-color-6: #e8eef3;
	--theme-palette-color-7: var(--fd-color-white);
	--theme-palette-color-8: var(--fd-color-white);

	--theme-border-color: var(--fd-color-muted);
	--theme-button-background-initial-color: var(--fd-color-primary);
	--theme-button-background-hover-color: var(--fd-color-dark);
	--theme-button-text-initial-color: var(--fd-color-white);
	--theme-button-text-hover-color: var(--fd-color-white);
	--theme-selection-text-color: var(--fd-color-white);
	--theme-selection-background-color: var(--fd-color-primary);

	/* Layout global: largura máxima 90vw e margens laterais fixas (5vw de cada lado) */
	--theme-container-edge-spacing: 90vw;
	--theme-normal-container-max-width: 90vw;
	--theme-wide-offset: 0;
}

/* Tipografia/links da marca — só no conteúdo (não no header) */
.site-main {
	--theme-text-color: var(--fd-color-primary);
	--theme-headings-color: var(--fd-color-dark);
	--theme-link-initial-color: var(--fd-color-primary);
	--theme-link-hover-color: var(--fd-color-dark);
}

@media (max-width: 999.98px) {
	:root {
		--theme-container-edge-spacing: 90vw;
	}
}

@media (max-width: 689.98px) {
	:root {
		--theme-container-edge-spacing: 90vw;
	}
}
