html, body {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", system-ui, -apple-system, sans-serif;
    background: #F7F6F6;
    color: #141827;
}

*, *::before, *::after {
    box-sizing: border-box;
}
