/* Auto-generated by CodePipeline — edit brand settings in /admin/ → Brand & Style */

:root {
  --primary-color:        #0e293f;
  --secondary-color:      #1a3a55;
  --accent-color:         #f6d453;
  --body-text-color:      #4d4d4d;
  --bg-color:             #ffffff;
  --section-alt-bg:       #0e293f;
  --link-color:           #f6d453;
  --button-border-radius: 6px;
  --font-family:          "Figtree";
}

/* Base styles for CMS-managed sections */
.cms__stats__section,
.cms__faq__section,
.cms__team__section,
.cms__video__section {
  padding: 60px 0;
}
.cms__team__section {
  background: #f8f9fa;
}
