/* PostCSS reset */
@import-normalize;

* {
  box-sizing: border-box;
}

body,
html {
  color: #3e4857;
  font-family: 'Quicksand', 'Helvetica Neue', sans-serif;
  font-weight: 400;
}

body {
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: initial;
  font-style: normal;
  font-weight: 500;
  font-family: 'Quicksand', 'Helvetica Neue', sans-serif;
  color: #38414f;
  margin: initial;
}

p {
  color: #464f5d;
  font-size: 16px;
}

:global(.ant-form-item:last-child) {
  margin-bottom: 0;
}
