/*
Theme Name: ACEM Child Theme
Theme URI: https://www.acemesclerosis.org
Description: Tema hijo para ACEM - Asociación Coruñesa de Esclerosis Múltiple
Author: ACEM
Author URI: https://www.acemesclerosis.org
Template: twentytwentyfour
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acem-child
*/

/* ============================================
   ACEM CHILD THEME - VARIABLES & BASE
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

:root {
  --acem-navy: #0d3f5a;
  --acem-navy-dark: #00314a;
  --acem-navy-light: #1a5275;
  --acem-white: #ffffff;
  --acem-cream: #f0f4f7;
  --acem-accent: #3a9cc4;
  --acem-accent-light: #6ab8d8;
  --acem-text-muted: rgba(255,255,255,0.6);
  --acem-border: rgba(255,255,255,0.12);
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

/* Override theme defaults */
body {
  font-family: var(--font-body) !important;
  background-color: var(--acem-navy) !important;
  color: var(--acem-white) !important;
  margin: 0;
  padding: 0;
}

/* Hide default WordPress header/footer on construction page */
body.page-template-construction header.wp-block-template-part,
body.page-template-construction footer.wp-block-template-part {
  display: none !important;
}
