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

:root {
  --primary-color:        #112250;
  --secondary-color:      #1a3a6b;
  --accent-color:         #F6A623;
  --body-text-color:      #2d3748;
  --bg-color:             #f8f9fb;
  --section-alt-bg:       #112250;
  --link-color:           #F6A623;
  --button-border-radius: 6px;
  --font-family:          "Inter";
  --nav-padding-y:        13px;
  --section-padding-y:    100px;
}

/* 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;
}
