
		@font-face {
		  font-family: "Centra No1 TRIAL";
		  src: url("http://ourfciallstars.nl/wp-content/uploads/2026/01/CentraNo1-Bold-BF646c26907f100.ttf");
		  /* Other font properties (e.g., font-weight, font-style) can be added here */
		}

		
		@font-face {
		  font-family: "Inter";
		  src: url("http://ourfciallstars.nl/wp-content/uploads/2026/01/Inter-VariableFont_opszwght.ttf");
		  /* Other font properties (e.g., font-weight, font-style) can be added here */
		}
  
		
		body {
		  font-family: "Inter", Regular;
		}
  
		h1, h2, h3, h4, h5, h6 {
		  font-family: "Centra No1 TRIAL", Bold;
		}
  
		.btn-primary {
		  background-color: #1e73be;
		  color: #ffffff;
		  font-family: "Centra No1 TRIAL", Bold;
		  font-size: 16px;
		  font-weight: 400;
		  line-height: 15;
		}
  
		.btn-secondary {
		  background-color: ;
		}
  
		.btn-tertiary {
		  background-color: ;
		}
  
		.text-header {
		  color: #000000;
		  font-size: px;
		  font-weight: 400;
		}
  
		.text-body {
		  color: #009b19;
		  font-size: px;
		  font-weight: 400;
		  line-height: ;
		}

		

	
	  