/* test Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    padding: 2rem;
    line-height: 1.6;
}

h1 {
    color: #333;
    margin-bottom: 1rem;
}

p {
    color: #666;
}
