/*@font-face {*/
/*  font-family: 'Product-Sans';*/
/*  src: url('/fonts/SVN-Product-Sans-Regular.otf') format('opentype');*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Product-Sans';*/
/*  src: url('/fonts/SVN-Product-Sans-Italic.otf') format('opentype');*/
/*  font-weight: 400;*/
/*  font-style: italic;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Product-Sans';*/
/*  src: url('/fonts/SVN-Product-Sans-Bold.otf') format('opentype');*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Product-Sans';*/
/*  src: url('/fonts/SVN-Product-Sans-Bold-Italic.otf') format('opentype');*/
/*  font-weight: 700;*/
/*  font-style: italic;*/
/*}*/


/*@font-face {*/
/*  font-family: 'Product-Sans';*/
/*  src: url('/fonts/SVN-Product-Sans-Regular.otf') format('opentype');*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/


@font-face {
  font-family: 'SVN-Poppins';
  src: url('/fonts/SVN-Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('/fonts/SVN-Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('/fonts/SVN-Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('/fonts/SVN-Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('/fonts/SVN-Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Poppins';
  src: url('/fonts/SVN-Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


