/*
Theme Name: ACTS 2026 Child
Theme URI: https://acts.eco/
Description: Custom ACTS website child theme for page-by-page development.
Author: ACTS
Template: hello-elementor
Version: 1.5.0
Text Domain: acts-child
Requires at least: 6.5
Requires PHP: 8.0
*/

:root {
  --acts-green: #004d33;
  --acts-navy: #061a38;
  --acts-blue: #1479c9;
  --acts-purple: #6f20ff;
  --acts-mint: #c9f8df;
  --acts-cream: #f5f1e8;
  --acts-ink: #111412;
  --acts-white: #ffffff;
  --acts-container: 1280px;
  --acts-gutter: clamp(20px, 3vw, 48px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--acts-ink); background: var(--acts-white); font-family: "PP Neue Montreal", Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
.acts-container { width: min(100%, calc(var(--acts-container) + var(--acts-gutter) * 2)); margin-inline: auto; padding-inline: var(--acts-gutter); }
