/* :root { font-family: 'Inter', sans-serif; } */
:root { font-family: "DM Sans", sans-serif }
@supports (font-variation-settings: normal) {
  /* :root { font-family: 'Inter var', sans-serif; } */
}

html, body {
    font-size: 16px;
    line-height: 1.5;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

p.text16 {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 1rem;
}
