@font-face {
  font-family: 'Montseratt';
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Montserrat-VariableFont_wght.ttf") format('truetype');
  font-weight: 1 999;
}

@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("/fonts/Yantramanav-Thin.ttf") format('truetype');
}

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

html {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montseratt';
  font-weight: 700;
}