@font-face {
  font-family: 'MyCustomFont';
  src: url('../fonts/HvDTrial_Brandon_Grotesque_black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyCustomFont';
  src: url('../fonts/HvDTrial_Brandon_Grotesque_bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyCustomFont';
  src: url('../fonts/HvDTrial_Brandon_Grotesque_medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque';
  src: url('../fonts/HvDTrial_Brandon_Grotesque_regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesqueMedium'; /* You can name it anything */
  src: url('../fonts/HvDTrial_Brandon_Grotesque_medium.otf') format('opentype');
  font-weight: 500; /* Medium weight */
  font-style: normal;
}

@font-face {
  font-family: 'FreightBigPro'; /* You can choose any name */
  src: url('../fonts/freight-big-pro-bold-regular.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Freight Big Pro';
  src: url('../fonts/FreightBigPro-Light.otf') format('opentype');
  font-weight: 100; /* Normal */
  font-style: normal;
}
@font-face {
  font-family: 'Freight Big Pro';
  src: url('../fonts/FreightBigPro-Book.otf') format('opentype');
  font-weight: 400; /* Normal */
  font-style: normal;
}

@font-face {
  font-family: 'Freight Big Pro';
  src: url('../fonts/FreightBigPro-Medium.otf') format('opentype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'Freight Big Pro';
  src: url('../fonts/FreightBigPro-Semibold.otf') format('opentype');
  font-weight: 600; /* Semibold */
  font-style: normal;
}
body {
	font-family: 'Freight Big Pro', serif;
  font-family: 'FreightBigPro', serif;
  font-family: 'BrandonGrotesque', sans-serif!important;
}


#mega-menu-primary a{
  
  font-family: 'BrandonGrotesqueMedium', sans-serif!important;
}


