body {
	margin: 0;
	background-color: #ffffff;
	font-family: "test2", Monospace;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
}

  /* Inclure la police personnalisée */
  @font-face {
    font-family: "test2";
    src:
         url('./projet_1/fonts/test2.ttf') format('truetype')
      
    

}


