@font-face {
  font-family: BrownPro;
  src: url("../fonts/BrownPro/lineto-brown-pro-regular.eot");
  src: url("../fonts/BrownPro/lineto-brown-pro-regular.woff");
}

@font-face {
  font-family: InterUI;
  src: url("../fonts/InterUI/Inter-UI-Regular.ttf");
}

@font-face {
  font-family: BrownProBold;
  src: url("../fonts/BrownPro/lineto-brown-pro-bold.eot");
  src: url("../fonts/BrownPro/lineto-brown-pro-bold.woff");
}

body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 576px) {
  body .container {
    max-width: 95vw;
  }
}

@media (min-width: 768px) {
  body .container {
    max-width: 95vw;
  }
}

@media (min-width: 992px) {
  body .container {
    max-width: 95vw;
  }
}

@media (min-width: 1200px) {
  body .container {
    max-width: 95vw;
  }
}

@media (min-width: 1400px) {
  body .container {
    max-width: 95vw;
  }
}

body h1 {
  font-family: BrownProBold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 16px;
}

@media only screen and (min-width: 576px) {
  body h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  body h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

body p {
  font-family: InterUI;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
}

body header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 576px) {
  body header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

body main {
  margin: 100px 0px;
}
/*# sourceMappingURL=intusurg-styles.css.map */