/* DeshiEvents-inspired typography system: readable, neutral and layout-safe. */
@import url('https://fonts.bunny.net/css?family=instrument-sans:400,500,600,700,800');

html,
body,
button,
input,
select,
textarea {
  font-family: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: -0.025em;
}

button,
input,
select,
textarea {
  font-size: inherit;
}
