.fd-hero-4-bg-circle-1{
	background:#b6bdc4 !important;
}
.fd-hero-4-bg-circle-2{
	background:#c5c6ca !important;
}
.fd-hero-4-bg-circle-3{
	background:#bec2c8 !important;
}
.fd-hero-4-bg-circle-4{
	background:#b6bdc4 !important;
}
.fd-faq-1-card{
	background:#746eb2 !important;
}
.breadcrumb-list{
	border-radius:8px !important;
	    padding: 5px 5px !important;
	bottom:0px !important;
}
.fd-showcase-3-item-single{
	background-color:#ffffff !important;
}
/* 1) Load Neue Montreal */
@font-face {
  font-family: "Neue Montreal" !important;
  src: url("/wp-content/themes/your-theme/fonts/NeueMontreal-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Montreal" !important;
  src: url("/wp-content/themes/your-theme/fonts/NeueMontreal-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body { font-family: "Neue Montreal", Arial, sans-serif !important; }

/* 2) Apply across website */
:root, body {
  font-family: "Neue Montreal", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 3) Ensure common text elements also use it */
h1,h2,h3,h4,h5,h6,
p,span,a,li,button,input,textarea,select {
  font-family: inherit;
}
