@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url('../fonts/Inter-roman.var.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Montserrat.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/Montserrat-Italic.woff2') format('woff2');
}

body {
    font-family: 'Montserrat', sans-serif;
}
