/* --- CONFIGURAÇÕES GERAIS --- */
#toolset {
	display: none;
}

body {
	background-color: #000000;
	color: #ffffff;
}

[data-css-preset] body {
	background-color: #000000 !important;
}

a:active {
    opacity: .7;
}

.page a.active {
	color: #ff0000;
}

i, em { font-style: italic; }
b, strong { font-weight: bolder; }

/* --- LINHAS DIVISÓRIAS (HR) --- */
hr {
    border: none !important;
    border-top: 5px solid #ffffff !important; 
    margin: 20px 0 !important;
    display: block;
    height: 0;
}

/* --- TÍTULOS DOS PROJETOS (H1 - MARQUEE) --- */
[data-predefined-style="true"] h1 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400; /* MUDADO PARA 600 (SEMI-BOLD) */
	padding: 0;
	margin: 0;
	font-size: 14.5vmin;
	line-height: 0.9;
	color: #ffffff;
    letter-spacing: .02em; /* Reduzi levemente o espaçamento das letras */
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
	color: #ffffff !important;
    text-decoration: none;
}

/* --- SEU NOME E CONTATOS (H2) --- */
[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 3.2rem;
	line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h2 a {
	color: #f00;
}

/* --- TEXTO PADRÃO E RODAPÉ --- */
[data-predefined-style="true"] bodycopy {
	font-size: 2rem;
	font-weight: 500;
	color: #ffffff;
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.2;
	font-family: "Diatype Variable", Icons;
	color: rgba(255, 255, 255, 0.8);
}

/* --- AJUSTES DE IMAGENS E GALERIA --- */
.content img {
	float: none;
	margin-bottom: 1rem;
    vertical-align: bottom;
}

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
}

/* --- AUDIO PLAYER (ESTILO DARK) --- */
.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    background: #111;
    font-size: 2.0rem;
    margin: 1px 1px 1em 1px;
}

.audio-player .separator { background-color: rgba(255,255,255,0.15); }
.audio-player .button, .audio-player .icon { fill: #fff; }

/* --- RESPONSIVIDADE --- */
[data-css-preset] .container {
    margin-left: 0;
	margin-right: auto;
	text-align: left;
}

[data-css-preset] .content_padding {
	padding: 1.6rem;
}