/*
 Theme Name: Astra Child
 Template: astra
 Text Domain: astra-child
*/

/* Test visuel – à retirer après vérif */
body.test-child-on { outline: 4px solid lime; }

/* Déclaration des polices (si tu mets les fichiers dans UPLOADS/fonts) */
@font-face{
  font-family:'CenturyGothic';
  src:url('/wp-content/uploads/fonts/centurygothic.woff2') format('woff2'),
      url('/wp-content/uploads/fonts/centurygothic.woff')  format('woff');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'CenturyGothic';
  src:url('/wp-content/uploads/fonts/centurygothic-bold.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'CenturyGothic';
  src:url('/wp-content/uploads/fonts/centurygothic-italic.woff2') format('woff2');
  font-weight:400; font-style:italic; font-display:swap;
}

/* Application globale */
html, body, h1,h2,h3,h4,h5,h6, .site-title, .main-header-menu, .ast-site-title a {
  font-family:'CenturyGothic','Century Gothic',sans-serif !important;
}
