@font-face {
  font-family: ITC Avant Garde Gothic Std;
  src: url(ITC.otf);
}

@font-face {
    font-family: ITC Avant Garde Gothic Std;
    font-weight: bold;
    src: url(../css/fonts/ITC_Bold.ttf) format('truetype');
  }
  

.font-dm-sans{
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-didact-gothic {
    font-family: Didact Gothic;
    font-weight: 400;
    font-style: normal;
  }
  
 .font-itc{
    font-family: ITC Avant Garde Gothic Std;
}
  
.weight600{
  font-weight: 600;
}

.weight700{
  font-weight: 700;
}

.weight900{
  font-weight: 900;
}

.justify{
	text-align: justify;
}


  