/* Fonts */
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('./fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url('./fonts/Montserrat/Montserrat-ExtraLight.woff') format('woff'),
}

 @font-face {
  font-family: 'AvenirNextProRegular';
  src: url('./fonts/AvenirNextProRegular/font.woff2') format('woff2'),
       url('./fonts/AvenirNextProRegular/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BodoniStdBookRegular';
  src: url('./fonts/BodoniStdBookRegular/font.woff2') format('woff2'),
       url('fonts/BodoniStdBookRegular/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BatrisyiaScriptAlternates';
  src: url('./fonts/BatrisyiaScriptAlternates/font.woff2') format('woff2'),
       url('./fonts/BatrisyiaScriptAlternates/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}




