/*
Theme Name: Astra Child
Theme URI: https://coto.pro/
Description: Tema hijo de Astra para Córdoba CB. Carga las fuentes Acumin Pro y personaliza el footer. Desarrollado por Miriam Lara.
Author: Miriam Lara
Author URI: https://coto.pro/
Template: astra
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: astra-child
*/

/* =========================================================
   1) FUENTES — Acumin Pro
   Los archivos .otf deben estar en la carpeta /fonts/ del tema.
   ========================================================= */

@font-face {
	font-family: 'Acumin Pro';
	src: url('fonts/AcuminPro-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Acumin Pro';
	src: url('fonts/AcuminPro-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Acumin Pro Condensed';
	src: url('fonts/AcuminProCondensed-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* =========================================================
   2) APLICACIÓN DE LA TIPOGRAFÍA
   Acumin Pro como fuente base del sitio.
   ========================================================= */

body,
button,
input,
select,
optgroup,
textarea,
.ast-container {
	font-family: 'Acumin Pro', 'Helvetica Neue', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
	font-family: 'Acumin Pro', 'Helvetica Neue', Arial, sans-serif !important;
	font-weight: 700;
}

/* Utilidad: usa la Acumin Pro Condensed Black donde quieras,
   añadiendo la clase "acumin-cond-black" al elemento.
   Ejemplo de uso para títulos display:
   <h1 class="acumin-cond-black">Título</h1>
*/
.acumin-cond-black {
	font-family: 'Acumin Pro Condensed', 'Helvetica Neue', Arial, sans-serif !important;
	font-weight: 900;
}

/* --- OPCIONAL ---
   Si prefieres que TODOS los encabezados usen la Condensed Black,
   descomenta este bloque:

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
	font-family: 'Acumin Pro Condensed', 'Helvetica Neue', Arial, sans-serif !important;
	font-weight: 900;
}
*/

/* =========================================================
   3) FOOTER
   ========================================================= */

.ast-footer-copyright {
	font-family: 'Acumin Pro', 'Helvetica Neue', Arial, sans-serif;
}

.ast-footer-copyright a {
	text-decoration: none;
}
