html {
    font-family: "Inter", "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4 {
  font-family: "Inknut Antiqua", "Montserrat", "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
}


/* font from https://fonts.google.com/selection/embed */
.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
}

.montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
}
