:root {
  --fixpro-font: "Inter", sans-serif;
  --fixpro-font-two: "Poppins", sans-serif;
  --fixpro-base: #0F4C81;
  --fixpro-base-rgb: 15, 76, 129;
  --fixpro-primary: #F8FAFC;
  --fixpro-primary-rgb: 248, 250, 252;
  --fixpro-black: #1E293B;
  --fixpro-black-rgb: 30, 41, 59;
  --fixpro-gray: #64748B;
  --fixpro-gray-rgb: 100, 116, 139;
  --fixpro-white: #FFFFFF;
  --fixpro-white-rgb: 255, 255, 255;
  --fixpro-bdr-radius: 16px;
  --brand-primary: #0F4C81;
  --brand-primary-dark: #0B3D68;
  --brand-secondary: #2EA3F2;
  --brand-accent: #F97316;
  --brand-bg: #F8FAFC;
  --brand-text: #1E293B;
  --brand-muted: #64748B;
  --brand-border: #E5E7EB;
  --brand-white: #FFFFFF;
  --brand-dark: #0B1220;
  --brand-primary-gradient: linear-gradient(135deg, #0F4C81 0%, #2EA3F2 100%);
  --brand-accent-gradient: linear-gradient(135deg, #F97316 0%, #FDBA74 100%);
  --shadow-soft: 0 18px 45px rgba(15, 76, 129, 0.12);
  --shadow-card: 0 16px 38px rgba(15, 23, 42, 0.08);
  --shadow-hover: 0 26px 55px rgba(15, 76, 129, 0.18);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --section-space: 96px;
}
