/*
Theme Name: TCAA Master Theme
Theme URI: https://tcaa.online
Author: TCAA
Author URI: https://tcaa.online
Description: Locked master theme for TCAA WordPress Multisite (staging/production).
Version: 1.0.0
Requires PHP: 7.4
License: Proprietary
Text Domain: tcaa
*/

/* === TCAA LOCKED LAYOUT HELPERS === */
.tcaa-header,
.tcaa-footer {
  padding: 18px 26px;
}

.tcaa-header-inner,
.tcaa-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.tcaa-footer a:hover {
  text-decoration: underline;
}

:root {
  --tcaa-primary: #1e3a8a;
  --tcaa-secondary: #60a5fa;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
