@import url('https://rsms.me/inter/inter.css');
html {
  font-family: 'Inter', sans-serif;
}
@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif;
  }
}

body {
  font-family: 'Inter var', sans-serif !important;
}

img {
  width: 200px !important;
}

h1 {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 36px !important;
}

p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 28px !important;
}

.test {
  padding-left: 20px !important;
  margin-top: 50px !important;
  max-width: 800px !important;
  border-radius: 4px;
  border: 1px solid rgb(240, 242, 247);
  box-shadow: rgb(0 0 0 / 8%) 0px 2px 6px;
}

.ms-6 {
  margin-left: 200px !important;
}
