@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 2;
}
h1 {
    margin-bottom: 2em !important;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 2em;
    margin-bottom: .5em;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 900px;
    }
}