/*
Theme Name:     Puertas Clak
Theme URI:      https://mutta.es
Description:    Tema personalizado Puertas Clak.
Author:         Fernando Garcia Rebolledo
Author URI:     https://fgrweb.es
Template:       blankslate
Version:        1.0
*/
:root{
	--fuente: 'Titillium Web', sans-serif;
	--color-texto-principal: #6CCA98;
	--color-texto-oscuro: #163029;
}
body,
html{
	background-color: #163029;
	font-size: 16px;
	font-family: var(--fuente);
	color: var(--color-texto-principal);
	letter-spacing: 0.02rem;
}
h2{
	font-size: 2.5rem;
	font-weight: 700;
}
.servicios h2{
	font-size: 3rem;
}
.negrita p{
	font-weight: 700;
}
.contacto h2{
	color: #fff;
}
.productos a{
	color: #fff;
}
.productos a:hover{
	text-decoration: underline;
}