/*
Theme Name: Astra Child
Template: astra
*/

/* Neutralize whitespace gap from empty .ast-container after header
   on custom page templates that close it before the hero */
.page-template-template-contact #content > .ast-container:first-child,
.page-template-template-serveis #content > .ast-container:first-child,
.page-template-template-qui-som #content > .ast-container:first-child {
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

:root {
  --brand-green-deep: #1B4332;
  --brand-green: #2D6A4F;
  --brand-green-bright: #40916C;
  --brand-green-mist: #D8F3DC;
  --brand-gold: #D4A373;
  --brand-bg: #FAFAF8;
  --brand-surface: #FFFFFF;
  --brand-text: #1A1A1A;
  --brand-text-muted: #6B7280;
  --brand-border: #E5E7EB;
  --brand-radius: 12px;
  --brand-radius-sm: 8px;
  --brand-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --brand-shadow-md: 0 4px 24px rgba(0,0,0,0.08);
}
